From 04ebd8117975fe6ed3b0e47fb87465fda0eddf8d Mon Sep 17 00:00:00 2001 From: riaJha97 <37871616+riaJha97@users.noreply.github.com> Date: Thu, 12 Jul 2018 13:51:35 +0100 Subject: [PATCH] Fixed ubuntu_setup command so the script can be run with sudo (#664) --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 23796786b..17b9a56da 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -9,7 +9,7 @@ * Follow the instructions at [game frontend documentation](https://github.com/ocadotechnology/aimmo/blob/master/game_frontend/README.md) in order to install all the frontend requirements. * Make and activate a virtualenv (We recommend [pipenv](https://docs.pipenv.org/)). * On **Mac**, run `brew install pipenv` using the `brew` package manager. Then run `pipenv install` followed by `pipenv shell`. - * On **Ubuntu**, run `sudo ubuntu_setup.sh`. This will install nodejs, yarn, as well as pipenv. Now run the following: `pipenv shell`. + * On **Ubuntu**, run `sudo bash ubuntu_setup.sh`. This will install nodejs, yarn, as well as pipenv. Now run the following: `pipenv shell`. * `./run.py` in your aimmo dir - This will: * if necessary, create a superuser 'admin' with password 'admin' * install all of the dependencies using pip