mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
docs: update install instructions for new packages
This commit is contained in:
parent
a3cdb7abb2
commit
5c15344f93
@ -40,19 +40,22 @@ release binaries from the [download page](DOWNLOAD.html).
|
|||||||
|
|
||||||
You can also build the current release from source using cabal-install.
|
You can also build the current release from source using cabal-install.
|
||||||
Ensure you have a working
|
Ensure you have a working
|
||||||
[haskell environment](http://hackage.haskell.org/platform/), then:
|
[haskell environment](http://hackage.haskell.org/platform/), then install
|
||||||
|
the hledger command-line tool:
|
||||||
|
|
||||||
$ cabal update
|
$ cabal update
|
||||||
$ cabal install hledger
|
$ cabal install hledger
|
||||||
|
|
||||||
*(Add -fweb, -fvty, or -fchart to cabal install those extra features. Next
|
You can also install these optional [add-on packages](#add-on-commands)
|
||||||
release these will be separate packages.)*
|
providing extra features:
|
||||||
|
|
||||||
*(Both methods above require some extra support files for the web
|
$ cabal install hledger-web
|
||||||
interface, see the download page. Next release will not require this.)*
|
$ cabal install hledger-vty
|
||||||
|
$ cabal install hledger-chart
|
||||||
|
|
||||||
Or, you can build the latest [development](DEVELOPMENT.html) version:
|
Or, you can build the latest [development version](DEVELOPMENT.html):
|
||||||
|
|
||||||
|
$ cabal update
|
||||||
$ darcs get --lazy http://joyful.com/repos/hledger
|
$ darcs get --lazy http://joyful.com/repos/hledger
|
||||||
$ cd hledger
|
$ cd hledger
|
||||||
$ make install
|
$ make install
|
||||||
|
Loading…
Reference in New Issue
Block a user