readme updates
This commit is contained in:
parent
27a10bb6f7
commit
174eaef8b5
24
README
24
README
@ -15,16 +15,20 @@ Released under GPL version 3 or later.
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Platform binaries are being organized; you could try asking for one on the
|
Platform binaries are not yet being published; you could try asking for
|
||||||
#ledger channel. Otherwise, building hledger requires GHC
|
one on the #ledger channel.
|
||||||
(http://haskell.org/ghc); it is known to build with GHC 6.8 and
|
|
||||||
up. hledger should work on any platform which GHC supports. Also,
|
Building hledger requires GHC 6.8 or later (http://haskell.org/ghc).
|
||||||
installing hledger easily requires cabal-install
|
hledger should work on any platform which GHC supports.
|
||||||
(http://www.haskell.org/cabal/download.html), version 0.6.0 and up. Get
|
Also, installing hledger's dependencies easily requires cabal-install
|
||||||
these installed on your system and then do::
|
version 0.6 or later (http://www.haskell.org/cabal/download.html).
|
||||||
|
Once these tools are installed on your system, do::
|
||||||
|
|
||||||
cabal update
|
cabal update
|
||||||
cabal install hledger (add -f happs if you want the web ui)
|
cabal install hledger [-fvty] [-fhapps]
|
||||||
|
|
||||||
|
The vty and happs flags are optional; they enable hledger's "ui" and "web"
|
||||||
|
commands respectively. vty is not available on the windows platform.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
@ -48,8 +52,8 @@ results. Here are some commands to try::
|
|||||||
hledger reg checking # checking transactions
|
hledger reg checking # checking transactions
|
||||||
hledger reg desc:shop # transactions with shop in the description
|
hledger reg desc:shop # transactions with shop in the description
|
||||||
hledger histogram # transactions per day, or other interval
|
hledger histogram # transactions per day, or other interval
|
||||||
hledger ui # interactive ui, if you're on unix/mac
|
hledger ui # interactive ui, if installed with -fvty
|
||||||
hledger web # web ui, if you installed with -f happs
|
hledger web # web ui, installed with -fhapps
|
||||||
echo >new; hledger -f new add # input transactions from the command line
|
echo >new; hledger -f new add # input transactions from the command line
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user