From 6310e28c9491448e494354e74d2759b8772f16dc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Nov 2008 22:39:24 +0000 Subject: [PATCH] better installation instructions --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index ac83f2f68..3e96a4965 100644 --- a/README +++ b/README @@ -15,16 +15,19 @@ Released under GPL version 3 or later. INSTALLATION ------------ -In the hledger directory, do:: +If you have cabal-install, in this directory do:: 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 build sudo runhaskell Setup.hs install +(or for the latest code, darcs get http://joyful.com/repos/hledger) + EXAMPLES --------