summaryrefslogtreecommitdiff
path: root/doc/install.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-19 18:08:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-19 18:08:50 -0400
commitdbb76c22d0f4f979fe90eeeff233dbbbfcf2346d (patch)
tree9b0f1bbb4bb4893bd06cde9c01f21dedfc44fa8e /doc/install.mdwn
parent27325f212bfdf915d16eadfa9fc51b416d4177c0 (diff)
Support using the uuidgen command if the uuid command is not available.
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 bad1d9f25..732660c50 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>
* pcre-light: <http://hackage.haskell.org/package/pcre-light>
* `uuid`: <http://www.ossp.org/pkg/lib/uuid/>
+ (or uuidgen from util-linux)
* `xargs`: <http://savannah.gnu.org/projects/findutils/>
* `rsync`: <http://rsync.samba.org/>
* Then just [[download]] git-annex and run: `make; make install`