diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-02 01:02:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-02 01:02:57 -0400 |
commit | 76be8c34acfacfc884b3fdd086bcf60b28570237 (patch) | |
tree | 6d03065dbc2289f632fcc331d77853499c2ec312 /doc/install.mdwn | |
parent | 28cb279765b42f6a4df2026858911df40c627e77 (diff) |
update
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index bb0942b25..7818aaf15 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -19,15 +19,16 @@ To build and use git-annex, you will need: * [TestPack](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack) * [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck) * [hS3](http://hackage.haskell.org/package/hS3) (optional, but recommended) -* [git](http://git-scm.com/) -* [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/) -* [curl](http://http://curl.haxx.se/) (optional, but recommended) -* [sha1sum](ftp://ftp.gnu.org/gnu/coreutils/) (optional, but recommended; - a sha1 command will also do) -* [gpg](http://gnupg.org/) (optional; needed for encryption) -* [Ikiwiki](http://ikiwiki.info) (optional; used to build the docs) +* Shell commands + * [git](http://git-scm.com/) + * [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/) + * [curl](http://http://curl.haxx.se/) (optional, but recommended) + * [sha1sum](ftp://ftp.gnu.org/gnu/coreutils/) (optional, but recommended; + a sha1 command will also do) + * [gpg](http://gnupg.org/) (optional; needed for encryption) + * [ikiwiki](http://ikiwiki.info) (optional; used to build the docs) Then just [[download]] git-annex and run: `make; make install` |