commit 311ea517011e7e97f84da5acecc7d394a51cada7 parent 599a800cd731da889fa2fa87cc440aed8b0ed91f Author: rbckman <robinbackman@gmail.com> Date: Sat, 11 Aug 2018 22:30:35 +0300 tarina should not be run as sudo Diffstat:
M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -29,15 +29,15 @@ Run this to install git: ``` sudo apt-get install git ``` -Git clone tarina and then run install script: +Git clone tarina and then run install script with sudo: ``` git clone https://rbckman@bitbucket.org/rbckman/tarina.git cd tarina sudo ./install.sh ``` -You'r ready to rumble (run as sudo): +You'r ready to rumble: ``` -sudo python tarina.py +python tarina.py ``` ## Couldn't have been done without ##