mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 15:42:27 -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
|
## 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:
|
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
|
You should then be able to explore MoneyGo by visiting http://localhost:8080 in
|
||||||
your browser.
|
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