summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/install.mdwn1
-rw-r--r--doc/todo/rsync.mdwn2
2 files changed, 3 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,
diff --git a/doc/todo/rsync.mdwn b/doc/todo/rsync.mdwn
index 75e0175c8..3353f19c4 100644
--- a/doc/todo/rsync.mdwn
+++ b/doc/todo/rsync.mdwn
@@ -1,2 +1,4 @@
Transferring a file from a ssh:// remote should use rsync to allow resuming
of a prior transfer.
+
+[[done]]