mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-25 23:23:21 -05:00
README: Add other dependencies, missing features
This commit is contained in:
parent
1a72568ebd
commit
eb5c9cdcd8
15
README.md
15
README.md
@ -11,9 +11,10 @@ your primary accounting software.
|
||||
|
||||
## Installation
|
||||
|
||||
First, install npm in your distribution:
|
||||
First, install npm, python, curl, and go >= 1.7 in your distribution. Here is
|
||||
how in Arch Linux:
|
||||
|
||||
$ sudo pacman -S npm
|
||||
$ sudo pacman -S npm curl go python
|
||||
|
||||
Install browserify globally using npm:
|
||||
|
||||
@ -47,3 +48,13 @@ from, running MoneyGo is then as easy as:
|
||||
|
||||
You should then be able to explore MoneyGo by visiting http://localhost:8080 in
|
||||
your browser.
|
||||
|
||||
## Missing Features
|
||||
|
||||
* Importing investment transactions via OFX
|
||||
* Budgets
|
||||
* Scheduled transactions
|
||||
* Matching duplicate transactions
|
||||
* Tracking exchange rates, security prices
|
||||
* Import QIF
|
||||
* Finishing reports
|
||||
|
Loading…
Reference in New Issue
Block a user