diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-02 14:40:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-02 14:40:57 -0400 |
commit | 80459918307730f9abc9c6b681d4888758b6d522 (patch) | |
tree | 20b291cf8905089ae5bf8476fd22c3986de48a44 /doc | |
parent | e6b9539a655f15c402aad3f5fa3690c8e4fb06aa (diff) |
better cabal command
(which will work once I upload to hackage)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 8a5e8d5ec..25eb8bedf 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -39,5 +39,4 @@ Then just [[download]] git-annex and run: `make; make install` As a haskell package, git-annex can be built using cabal. For example: - cabal configure - cabal install --bindir=$HOME/bin + cabal install git-annex --bindir=$HOME/bin |