From db05487bef8b0799c73b2a40923f476abf3b9408 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Sun, 18 Jun 2017 19:46:42 -0400 Subject: [PATCH] Fix install instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e093c2..fa18df7 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,10 @@ A terminal interface for Tetris For Mac and Linux, the binaries attached to the GitHub release should suffice. Here is a quick way to get the one for your OS: ```bash -curl -L https://github.com/samtay/tetris/releases/download/0.1.0/tetris-`uname -s`-`uname-m` | sudo tee /usr/local/bin/tetris -sudo chmod +x /usr/local/bin/tetris +$ sudo -i +$ curl -L https://github.com/samtay/tetris/releases/download/0.1.0/tetris-`uname -s`-`uname -m` > /usr/local/bin/tetris +$ chmod +x /usr/local/bin/tetris +$ exit ``` For Windows, you have to install from source. First [get stack](https://docs.haskellstack.org/en/stable/README/#how-to-install). Then