File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,32 @@ Play snake in your shell!
6
6
7
7
# To play
8
8
9
- ## Run from source
10
-
11
- Clone this repo, then:
9
+ ## Install with Homebrew
12
10
13
11
``` sh
14
- go run .
12
+ brew install simonwhitaker/tap/shellsnake
15
13
```
16
14
17
- ## Install the binary
15
+ ## Install the binary using the Go toolchain
16
+
17
+ If you have the Go toolchain installed, you can:
18
18
19
19
``` sh
20
20
go install github.com/simonwhitaker/shellsnake@latest
21
21
```
22
22
23
+ ## Download a release
24
+
25
+ Check the [ releases page] ( https://github.com/simonwhitaker/shellsnake/releases ) . Download, open the gz/zip file, and run ` shellsnake ` .
26
+
27
+ ## Run from source
28
+
29
+ Clone this repo, then:
30
+
31
+ ``` sh
32
+ go run .
33
+ ```
34
+
23
35
Then (assuming ` $(go env GOPATH)/bin ` is in your path):
24
36
25
37
``` sh
You can’t perform that action at this time.
0 commit comments