doc: misc tweaks

This commit is contained in:
Simon Michael 2017-02-02 11:47:36 -08:00
parent 046b443da5
commit e7421eb31c
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,3 @@
<span style="float:right; font-size:small;">[improve this page](http://code.hledger.org/blob/master/site/docs.md)</span>
# Documentation
<style>
@ -93,7 +91,7 @@ Practical user recipes, including:
[Start a journal](start-journal.html)\
[Track changes with version control](version-control.html)\
[Common journal entries](entries.html)\
[Example journal entries](entries.html)\
[Convert CSV files](csv-import.html)\
[Rewrite account names](account-aliases.html)\
[Use another account separator character](account-separator.html)\

View File

@ -49,6 +49,8 @@ You have to build it, but that's pretty easy.
2. `stack install --resolver=nightly hledger [hledger-ui] [hledger-web] [hledger-api]`\
Note you don't type the square brackets; they mean "this bit is optional".
So eg if you don't care about the web tools, you would type `stack install --resolver=nightly hledger hledger-ui`\
On Windows, hledger-ui is [not yet available](https://github.com/coreyoconnor/vty/pull/1).\
If stack says you need to run `stack setup`, do that first.\
Warnings about "No packages found in snapshot which provide a "hsc2hs" executable" can be ignored.\

View File

@ -1,4 +1,4 @@
# Common journal entries
# Example journal entries
Example hledger journal entries for various kinds of transaction.

View File

@ -236,7 +236,7 @@ $ hledger -f t.j balance
--------------------
0
```
while the `register` command shows (top-aligned, this time) a multi-commodity running total after the second posting,
while the `register` command shows (top-aligned, this time!) a multi-commodity running total after the second posting,
and a multi-commodity amount in the third posting:
```shell
$ hledger -f t.j register --width 50