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

github.com/torch/dok.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2012-04-14 00:19:03 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-04-14 00:19:03 +0400
commitcd04e9e04897fcc9186d6f12e0de8d9e30a21f92 (patch)
tree4807df91d5de144e782d4af9eed47774a55c3fda
parent4b419b112888300c91efac2d719fd95e2baa54e1 (diff)
Cleaner descriptions for torch-pkg
-rw-r--r--dokinstall/index.dok12
1 files changed, 10 insertions, 2 deletions
diff --git a/dokinstall/index.dok b/dokinstall/index.dok
index fad74fc..35b37ae 100644
--- a/dokinstall/index.dok
+++ b/dokinstall/index.dok
@@ -529,8 +529,16 @@ To install a new package, simply do:
/usr/local/bin/torch-pkg install pkgname
</file>
-If you need to look at the sources of a package, you can get
-it like this:
+The sources of the packages are downloaded and kept in a hidden
+directory in your home:
+
+<file>
+torch-pkg install image
+ls ~/.torch/torch-pkg/image/
+</file>
+
+If you just want to get the sources of a package, without
+installing it, you can get it like this:
<file>
/usr/local/bin/torch-pkg download pkgname