Fix release download link

This commit is contained in:
Sam Tay 2018-12-27 20:01:06 -05:00
parent c2a23501d8
commit 68a32ab24e

View file

@ -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/
```