mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 04:46:31 +03:00
docs: more add-ons tweaks
This commit is contained in:
parent
556a7a1a01
commit
75cb026f7e
@ -743,8 +743,9 @@ Examples:
|
||||
|
||||
Add-on packages are usually named `hledger-SOMETHING` and provide one
|
||||
or more `hledger-*` executables. These can be run directly, or via
|
||||
the `hledger` command. Eg `hledger --help` will list any installed add-ons,
|
||||
and `hledger web` will run `hledger-web` if it is installed.
|
||||
the `hledger` command (eg `hledger web` will run `hledger-web`).
|
||||
`hledger --help` will list any installed add-ons (or any hledger-*
|
||||
executable in your PATH).
|
||||
|
||||
Here are some current add-ons. Note hledger-web is released along with
|
||||
hledger and supported on all the major platforms, while other add-ons
|
||||
@ -752,7 +753,7 @@ may or may not be.
|
||||
|
||||
#### web
|
||||
|
||||
The web command (provided by the hledger-web package) runs a web
|
||||
The web command (provided by the [hledger-web](http://hackage.haskell.org/package/hledger-web) package) runs a web
|
||||
server providing a web-based user interface ([demo](http://demo.hledger.org)).
|
||||
The web UI provides reporting, including a more useful account
|
||||
register view, and also basic data entry and editing.
|
||||
|
Loading…
Reference in New Issue
Block a user