Skip to content

Commit ac645f6

Browse files
committed
Update README
1 parent 15988e3 commit ac645f6

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,32 @@ Play snake in your shell!
66

77
# To play
88

9-
## Run from source
10-
11-
Clone this repo, then:
9+
## Install with Homebrew
1210

1311
```sh
14-
go run .
12+
brew install simonwhitaker/tap/shellsnake
1513
```
1614

17-
## Install the binary
15+
## Install the binary using the Go toolchain
16+
17+
If you have the Go toolchain installed, you can:
1818

1919
```sh
2020
go install github.com/simonwhitaker/shellsnake@latest
2121
```
2222

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+
2335
Then (assuming `$(go env GOPATH)/bin` is in your path):
2436

2537
```sh

0 commit comments

Comments
 (0)