From 5c15344f937a598426dfb5d5bf3b2939569a4f87 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 5 Dec 2010 21:13:42 +0000 Subject: [PATCH] docs: update install instructions for new packages --- MANUAL.markdown | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/MANUAL.markdown b/MANUAL.markdown index 9f0ff7ee6..f13589418 100644 --- a/MANUAL.markdown +++ b/MANUAL.markdown @@ -40,19 +40,22 @@ release binaries from the [download page](DOWNLOAD.html). You can also build the current release from source using cabal-install. 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 install hledger -*(Add -fweb, -fvty, or -fchart to cabal install those extra features. Next - release these will be separate packages.)* +You can also install these optional [add-on packages](#add-on-commands) +providing extra features: -*(Both methods above require some extra support files for the web - interface, see the download page. Next release will not require this.)* + $ cabal install hledger-web + $ 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 $ cd hledger $ make install