Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
liweiyi88 committed Feb 28, 2022
1 parent 3d025f7 commit b6ddd13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ A snake game written in Go
### Get the binary
You can get the proper binary for your Operating system. Get the binary from [release page](https://github.com/liweiyi88/gosnakego/releases)

Windows: gosnakego_windows_amd64.exe
Windows: gosnakego_windows_amd64.exe
MacOS: gosnakego_darwin_amd64
Linux: gosnakego_linux_amd64

For MacOS, you can also run the following command to download the binary.
```
$ wget https://github.com/liweiyi88/gosnakego/releases/download/v0.1/gosnakego_darwin_amd64 -O /usr/local/bin/gosnakego
$ wget https://github.com/liweiyi88/gosnakego/releases/download/v0.1.1/gosnakego_darwin_amd64 -O /usr/local/bin/gosnakego
$ chmod +x /usr/local/bin/gosnakego
```

For Linux, you can also run the following command to download the binary.
```
$ wget https://github.com/liweiyi88/gosnakego/releases/download/v0.1/gosnakego_linux_amd64 -O /usr/local/bin/gosnakego
$ wget https://github.com/liweiyi88/gosnakego/releases/download/v0.1.1/gosnakego_linux_amd64 -O /usr/local/bin/gosnakego
$ chmod +x /usr/local/bin/gosnakego
```

Expand Down

0 comments on commit b6ddd13

Please sign in to comment.