summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-18 13:22:21 -0400
committerJoey Hess <joey@kitenet.net>2013-11-18 13:22:21 -0400
commitee18f0e0e4cb7159581bfcfa887cf1ef6634d43b (patch)
treeff5776531f3f18531405bad7a6bd3506edd39144
parentc4b6c80122d5300d38cad0f0a4f4696d0d39bef7 (diff)
downloadgit-repair-ee18f0e0e4cb7159581bfcfa887cf1ef6634d43b.tar.gz
update
-rw-r--r--doc/index.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn
index e924db8..4ff28c8 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -3,17 +3,21 @@
It is a complement to `git fsck`, which finds problems, but does not fix
them.
+## download
+
+ git clone git://git-repair.branchable.com/ git-repair
+
## install
This is a Haskell program, developed as a spinoff of
[git-annex](http://git-annex.branchable.com/).
-You can clone the source `git clone git://git-repair.branchable.com/ git-repair`
-
To build it, you will need to install the
[Haskell Platform](http://www.haskell.org/platform/).
-Then you can run `cabal update; cabal install git-repair --bindir=$HOME/bin`
+Then to install it:
+
+ cabal update; cabal install git-repair --bindir=$HOME/bin
## how it works