Skip to content

Commit

Permalink
Merge pull request #44 from albanD/do_not_use_sudo
Browse files Browse the repository at this point in the history
say explicitly "do not use sudo"
  • Loading branch information
soumith committed Apr 12, 2016
2 parents 555c7eb + f62795a commit 9a5e645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/00-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We provide a simple installation process for Torch on Mac OS X and Ubuntu 12+:
Torch can be installed to your home folder in ~/torch by running these three commands:

```bash
# in a terminal, run the commands
# in a terminal, run the commands WITHOUT sudo
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh
Expand Down

0 comments on commit 9a5e645

Please sign in to comment.