README
This commit is contained in:
parent
bb7614ed8e
commit
a15d1d31cf
27
README
Normal file
27
README
Normal file
@ -0,0 +1,27 @@
|
||||
hledger - a ledger-compatible text-based accounting tool.
|
||||
|
||||
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
|
||||
Released under GPL version 3 or later.
|
||||
|
||||
This is a minimal haskell clone of John Wiegley's ledger
|
||||
<http://newartisans.com/software/ledger.html>. hledger does basic
|
||||
register & balance reports, and demonstrates a (naive) purely
|
||||
functional implementation of ledger.
|
||||
|
||||
Installation:
|
||||
|
||||
runhaskell Setup.hs configure
|
||||
runhaskell Setup.hs build
|
||||
sudo runhaskell Setup.hs install
|
||||
(or symlink dist/build/hledger/hledger into your path)
|
||||
|
||||
Examples:
|
||||
|
||||
./hledger -f sample.ledger register
|
||||
export LEDGER=sample.ledger
|
||||
./hledger balance
|
||||
./hledger -s balance
|
||||
|
||||
This version of hledger was intended to mimic ledger 2.5 as closely as
|
||||
possible, see the ledger manual for more info:
|
||||
<http://joyful.com/repos/hledger/doc/ledger.html>.
|
||||
@ -14,7 +14,7 @@ Homepage: http://joyful.com/Ledger#hledger
|
||||
Tested-With: GHC
|
||||
Build-Type: Simple
|
||||
License-File: LICENSE
|
||||
Extra-Source-Files: sample.ledger
|
||||
Extra-Source-Files: README sample.ledger
|
||||
Extra-Tmp-Files:
|
||||
Cabal-Version: >= 1.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user