diff --git a/README.md b/README.md index 7d5052b..a27e4fb 100644 --- a/README.md +++ b/README.md @@ -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/ ```