From f62795a95000d6b808338f483e73329d5d700318 Mon Sep 17 00:00:00 2001 From: Alban Desmaison Date: Tue, 12 Apr 2016 16:25:34 +0200 Subject: say explicitly do not use sudo --- docs/00-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3