diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn new file mode 100644 index 000000000..cc6fb6fb3 --- /dev/null +++ b/doc/install.mdwn @@ -0,0 +1,7 @@ +To build and use git-annex, you will need: + +* The Haskell Platform: <http://haskell.org/platform/> +* MissingH: <http://github.com/jgoerzen/missingh/wiki> +* uuid: <http://www.ossp.org/pkg/lib/uuid/> + +Then just [[download]] git-annex and run: `make; make install` |