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

github.com/torch/argcheck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2013-02-27 00:23:51 +0400
committerRonan Collobert <ronan@collobert.com>2013-02-27 00:23:51 +0400
commit4233f0e41a3a555fb82118f4e62f98e57569b33b (patch)
tree7a498c081bf07c356b330609916f0f418217186e /README.md
parent13cf9e2283aaffccb252ade9d9f371bdeeb42e99 (diff)
doc fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62a6546..e9ca6d6 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Note: argcheck requires a `bit` library. If you are not using `luajit` (you
are seriously encouraged to switch to it), please install first the
`luabitop` library:
```sh
-sudo luarocks install luabitop
+luarocks install luabitop
```
* * *