From 89f93ef14228d2617082705c8f3736a63a64dbe7 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Sun, 18 Jun 2017 23:46:32 -0400 Subject: [PATCH] Better download instructions --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f77b219..1400e0c 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,9 @@ 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 -# first log in as root -sudo -i -# then download binary and apply permissions -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 +curl -L https://github.com/samtay/tetris/releases/download/0.1.0/tetris-`uname -s`-`uname -m` -o tetris +chmod +x tetris +sudo mv tetris /usr/local/bin/ ``` For Windows, you have to install from source. First [get stack](https://docs.haskellstack.org/en/stable/README/#how-to-install). Then