diff --git a/Dev-Setup:-Linux.md b/Dev-Setup:-Linux.md index 1964cc1..04b87ff 100644 --- a/Dev-Setup:-Linux.md +++ b/Dev-Setup:-Linux.md @@ -25,7 +25,8 @@ On Linux, you'll need make, build-essential, ruby, curl and git installed (`sudo curl https://raw.githubusercontent.com/codecombat/codecombat/master/scripts/devSetup/bootstrap.sh | bash ``` NOTE: The repository will be in the coco subdirectory. You should not run a separate git clone, as that is taken care of. -7. Ensure you have Python 2 installed with `sudo apt-get install python2`, or your distributional equivalent. Python 3.1 is also supported, but 3.2+ are not tested. +7. Ensure you have Python 2 installed with `sudo apt-get install python2`, or your distributional equivalent. Python 3.1 is also supported, but 3.2+ are not tested or you could directly install it from Ubuntu software center or it can be directly downloaded from ubuntu software center +![](/home/geetika/Downloads) 8. Follow the on-screen prompts. The program will download and install all necessary dependencies. If nothing seems to be happening, try running `sudo python ./coco/scripts/devSetup/setup.py` or join the [HipChat](www.hipchat.com/g3plnOKqa) to fix things. 9. Run the following commands in separate windows: * `./coco/bin/coco-mongodb` - Starts MongoDB