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

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2013-07-09 02:21:25 +0400
committerClement Farabet <clement.farabet@gmail.com>2013-07-09 02:21:25 +0400
commitbd6502834d52e001703495c8bb4f99a7e27784e4 (patch)
tree57734fe523dc2b41bf6e50b08c615a929836afc8 /README.md
parent635aac5bb26a49b9f4983045c934665a6d162e83 (diff)
torch-pkg -> torch-rocks
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3b56831..69328a0 100644
--- a/README.md
+++ b/README.md
@@ -10,17 +10,17 @@ Installation
------------
* Install Torch7 (refer to its own documentation).
-* Use `torch-pkg` to install optim:
+* Use `torch-rocks` to install optim:
```
-torch-pkg install optim
+torch-rocks install optim
```
or from these sources:
```
cd optim;
-torch-pkg deploy
+torch-rocks make optim-1.0.3-0.rockspec
```
Info