Fix release download link
This commit is contained in:
parent
c2a23501d8
commit
68a32ab24e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ For MacOS, the binary attached to the GitHub release should suffice ([instructio
|
|||
#### github release binaries
|
||||
Here is a quick way to get the one for your OS:
|
||||
```bash
|
||||
curl -L https://github.com/samtay/tetris/releases/download/0.1.2/tetris-`uname -s`-`uname -m` -o tetris
|
||||
curl -L https://github.com/samtay/tetris/releases/download/0.1.3/tetris-`uname -s`-`uname -m` -o tetris
|
||||
chmod +x tetris
|
||||
sudo mv tetris /usr/local/bin/
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue