From 0c5562a5006bccadb4fb66e004cb84c543c93f1c Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Sun, 18 Jun 2017 21:33:13 -0400 Subject: [PATCH] Add somewhat paste-able instructions --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa18df7..f77b219 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,12 @@ 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 -$ 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 +# 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 ``` For Windows, you have to install from source. First [get stack](https://docs.haskellstack.org/en/stable/README/#how-to-install). Then