From 68a32ab24efcfd18092ccb99b2245a7d74e03a3f Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Thu, 27 Dec 2018 20:01:06 -0500 Subject: [PATCH] Fix release download link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ ```