From 29614c38c7d4185798d6b90de0ebd023ea354613 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 5 Jun 2017 21:07:45 -0400 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83ca6f1..227d468 100644 --- a/README.md +++ b/README.md @@ -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 \