docs: show how to set cabal path
This commit is contained in:
parent
c857c10a32
commit
41b14077e7
@ -55,12 +55,10 @@ with the cabal-install tool:
|
|||||||
be able to use platform packages; eg on Ubuntu Lucid, do `apt-get
|
be able to use platform packages; eg on Ubuntu Lucid, do `apt-get
|
||||||
install ghc6 cabal-install happy`.
|
install ghc6 cabal-install happy`.
|
||||||
|
|
||||||
2. Make sure ~/.cabal/bin is in your path. This is useful so that you can
|
2. Install hledger with cabal-install. Make sure ~/.cabal/bin is in your
|
||||||
run hledger by just typing "hledger", and necessary if (eg) you install
|
path; this is required while installing some cabal packages. Eg:
|
||||||
with -fweb, to avoid an installation failure..
|
|
||||||
|
|
||||||
3. Install hledger with cabal-install:
|
|
||||||
|
|
||||||
|
export PATH=$PATH:~/.cabal/bin
|
||||||
cabal update
|
cabal update
|
||||||
cabal install hledger
|
cabal install hledger
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user