docs: show how to set cabal path

This commit is contained in:
Simon Michael 2010-05-27 02:19:30 +00:00
parent c857c10a32
commit 41b14077e7

View File

@ -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