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:
authorAlban Desmaison <alban.desmaison@student.ecp.fr>2016-04-12 17:25:34 +0300
committerAlban Desmaison <alban.desmaison@student.ecp.fr>2016-04-12 17:25:34 +0300
commitf62795a95000d6b808338f483e73329d5d700318 (patch)
treeecf8f9c4fa8f36d3ebb035335d9017ce8e1fe9fe
parent555c7eb433a51413cdce0c5ce567cbb0ccce01ca (diff)
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