diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-19 16:32:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-19 16:32:50 -0400 |
commit | e7572f9249f0e4c3f757bb8da889a41f53fd9e34 (patch) | |
tree | 1ace5fbf227befcbd0ecd8c9722e347e73c4bf8c /doc/install.mdwn | |
parent | 0f153765b7552054cb459730b95477f8f4f1ae21 (diff) |
add
Diffstat (limited to 'doc/install.mdwn')
-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` |