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:
authorSergey Zagoruyko <zagoruyko2@gmail.com>2016-05-04 01:06:46 +0300
committerSergey Zagoruyko <zagoruyko2@gmail.com>2016-05-04 01:06:46 +0300
commit2ccc31cb58fed1702d55290d07ba2e442dce4531 (patch)
tree33baa741331ea94cfeeb2b96b4c97a7c7c5d0f93
parentfce1d2a01cdd720b447278927ca46c325c6fba00 (diff)
note on not using sudo with luarocks
-rw-r--r--docs/00-getting-started.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/00-getting-started.md b/docs/00-getting-started.md
index fa6132e..7a7ab8e 100644
--- a/docs/00-getting-started.md
+++ b/docs/00-getting-started.md
@@ -63,6 +63,7 @@ TORCH_LUA_VERSION=LUA52 ./install.sh
New packages can be installed using Luarocks from the command-line:
```bash
+# run luarocks WITHOUT sudo
$ luarocks install image
$ luarocks list
```