Update README

This commit is contained in:
Aaron Lindsay 2017-06-05 21:07:45 -04:00
parent 40e5be0219
commit 29614c38c7
1 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# MoneyGo
**MoneyGo** is a personal finance web application written in JavaScript and
Golang. It adheres to [double-entry
accounting](https://en.wikipedia.org/wiki/Double-entry_bookkeeping_system)
principles and allows for importing directly from financial institutions using
OFX (via [ofxgo](https://github.com/aclindsa/ofxgo)).
This project is in active development and is not yet ready to be relied upon as
your primary accounting software.
## Installation
First, install npm in your distribution:
@ -29,7 +38,7 @@ the `go generate ...` command.
## Running
Assuming you're in the same directory you ran the above installation comands
Assuming you're in the same directory you ran the above installation commands
from, running MoneyGo is then as easy as:
$ ./bin/moneygo \