Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-04-12 17:55:09 +0300
committerSoumith Chintala <soumith@gmail.com>2016-04-12 17:55:09 +0300
commit9a5e645c62af4215ec197a98449c1b046ebbd70a (patch)
treeecf8f9c4fa8f36d3ebb035335d9017ce8e1fe9fe
parent555c7eb433a51413cdce0c5ce567cbb0ccce01ca (diff)
parentf62795a95000d6b808338f483e73329d5d700318 (diff)
Merge pull request #44 from albanD/do_not_use_sudo
say explicitly "do not use sudo"
-rw-r--r--docs/00-getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/00-getting-started.md b/docs/00-getting-started.md
index e229b5c..4f5b87a 100644
--- a/docs/00-getting-started.md
+++ b/docs/00-getting-started.md
@@ -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