better installation instructions

This commit is contained in:
Simon Michael 2008-11-23 22:39:24 +00:00
parent 2899b4a596
commit 6310e28c94

7
README
View File

@ -15,16 +15,19 @@ Released under GPL version 3 or later.
INSTALLATION INSTALLATION
------------ ------------
In the hledger directory, do:: If you have cabal-install, in this directory do::
cabal install cabal install
or:: otherwise, unpack the latest tarball from
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hledger and do::
runhaskell Setup.hs configure runhaskell Setup.hs configure
runhaskell Setup.hs build runhaskell Setup.hs build
sudo runhaskell Setup.hs install sudo runhaskell Setup.hs install
(or for the latest code, darcs get http://joyful.com/repos/hledger)
EXAMPLES EXAMPLES
-------- --------