summaryrefslogtreecommitdiff
path: root/doc/install.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-02 16:55:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-02 16:55:21 -0400
commit37941184f99896a459fd889071e47ed2fa5ceaa6 (patch)
tree94912fc9a9e25469cdcd1b7e306da5158d91d202 /doc/install.mdwn
parentade43d8fab2b42846a06201f03e4a03255ef8fce (diff)
Rsync will now be used to resume interrupted/failed partial file transfers from a remote.
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r--doc/install.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index ec9ea92c7..bca6eb019 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -5,6 +5,7 @@ To build and use git-annex, you will need:
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
* `uuid`: <http://www.ossp.org/pkg/lib/uuid/>
* `xargs`: <http://savannah.gnu.org/projects/findutils/>
+* `rsync` (optional but recommended)
* Then just [[download]] git-annex and run: `make; make install`
([Ikiwiki](http://ikiwiki.info) is needed to build the documentation,