From 41b14077e7e3195350ff28784087cb73d673a5ec Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 May 2010 02:19:30 +0000 Subject: [PATCH] docs: show how to set cabal path --- MANUAL.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/MANUAL.markdown b/MANUAL.markdown index e68c86ce0..f222d3005 100644 --- a/MANUAL.markdown +++ b/MANUAL.markdown @@ -55,12 +55,10 @@ with the cabal-install tool: be able to use platform packages; eg on Ubuntu Lucid, do `apt-get install ghc6 cabal-install happy`. -2. Make sure ~/.cabal/bin is in your path. This is useful so that you can - run hledger by just typing "hledger", and necessary if (eg) you install - with -fweb, to avoid an installation failure.. - -3. Install hledger with cabal-install: +2. Install hledger with cabal-install. Make sure ~/.cabal/bin is in your + path; this is required while installing some cabal packages. Eg: + export PATH=$PATH:~/.cabal/bin cabal update cabal install hledger