README rst formatting fixes

This commit is contained in:
Simon Michael 2008-11-08 22:41:53 +00:00
parent 93b051b0e0
commit 3f5cc428dc

10
README
View File

@ -21,11 +21,11 @@ NEWS
INSTALLATION INSTALLATION
------------ ------------
In the hledger directory, do: In the hledger directory, do::
cabal install cabal install
or: or::
runhaskell Setup.hs configure runhaskell Setup.hs configure
runhaskell Setup.hs build runhaskell Setup.hs build
@ -34,7 +34,7 @@ or:
EXAMPLES EXAMPLES
-------- --------
Here are some commands to try: Here are some commands to try::
hledger --help hledger --help
hledger -f sample.ledger balance hledger -f sample.ledger balance
@ -55,7 +55,7 @@ This version of hledger mimics a subset of ledger 2.6.1:
- balance, print, register commands - balance, print, register commands
- positive and negative account & description filter patterns - positive and negative account & description filter patterns
- LEDGER environment variable - LEDGER environment variable
- and: - and::
Basic options: Basic options:
-h, --help display summarized help text -h, --help display summarized help text
@ -89,7 +89,7 @@ ledger features not supported:
- flexible date syntax for --begin/--end - flexible date syntax for --begin/--end
- counting an unfinished timelog session - counting an unfinished timelog session
- parsing gnucash files - parsing gnucash files
- and: - and::
Basic options: Basic options:
-o, --output FILE write output to FILE -o, --output FILE write output to FILE