diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-02 01:01:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-02 01:01:14 -0400 |
commit | ac6510b337026b50e0610f1e334e887e5dac2a6e (patch) | |
tree | aa09414e9bf8e4cbdfae7fca88bdd63e560220d9 | |
parent | c3c127a667eba4b02562203329618a1c0e8ca453 (diff) |
reformat
-rw-r--r-- | doc/install.mdwn | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index c5324bdda..8c71b56a8 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -9,24 +9,25 @@ To build and use git-annex, you will need: -* `git`: <http://git-scm.com/> -* The Haskell Platform: <http://haskell.org/platform/> -* MissingH: <http://github.com/jgoerzen/missingh/wiki> -* pcre-light: <http://hackage.haskell.org/package/pcre-light> -* utf8-string: <http://hackage.haskell.org/package/utf8-string> -* SHA: <http://hackage.haskell.org/package/SHA> -* dataenc: <http://hackage.haskell.org/package/dataenc> -* 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) -* `uuid`: <http://www.ossp.org/pkg/lib/uuid/> +* Haskell stuff + * [The Haskell Platform](http://haskell.org/platform/) + * [MissingH](http://github.com/jgoerzen/missingh/wiki + * [pcre-light](http://hackage.haskell.org/package/pcre-light) + * [utf8-string](http://hackage.haskell.org/package/utf8-string) + * [SHA](<http://hackage.haskell.org/package/SHA) + * [dataenc](<http://hackage.haskell.org/package/dataenc>) + * [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) -* `gpg`: <http://gnupg.org/> (optional; needed for encryption) -* [Ikiwiki](http://ikiwiki.info) is needed to build the documentation, - but that will be skipped if it is not installed. +* [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` |