summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-27 19:10:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-27 19:10:28 -0400
commit2de5f51a57f011654007829850e7b24992497e8d (patch)
tree78d4ff14f4bb7788e3a371b9e36c0e67cc125339 /doc
parent27d28b0bf2f3b723f404407d1814c38a3c37076d (diff)
xargs needed
Diffstat (limited to 'doc')
-rw-r--r--doc/install.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index e217799a3..9e3b385c5 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -1,8 +1,9 @@
To build and use git-annex, you will need:
-* git: <http://git-scm.com/>
+* `git`: <http://git-scm.com/>
* The Haskell Platform: <http://haskell.org/platform/>
* MissingH: <http://github.com/jgoerzen/missingh/wiki>
-* uuid: <http://www.ossp.org/pkg/lib/uuid/>
+* `uuid`: <http://www.ossp.org/pkg/lib/uuid/>
+* `xargs`: <http://savannah.gnu.org/projects/findutils/>
Then just [[download]] git-annex and run: `make; make install`