From ee18f0e0e4cb7159581bfcfa887cf1ef6634d43b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Nov 2013 13:22:21 -0400 Subject: update --- doc/index.mdwn | 10 +++++++--- 1 file 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 -- cgit v1.2.3