Switch README to Markdown

This commit is contained in:
Aaron Lindsay 2017-06-05 20:24:19 -04:00
parent ecf271732e
commit f29a038c85
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,13 @@
MoneyGo README
# MoneyGo
Installation
============
## Installation
First, install npm and libofx in your distribution:
$ sudo pacman -S npm libofx
Install browserify globally using npm:
$ sudo npm install -g browserify
You'll then want to build everything (the Golang and Javascript portions) using
@ -17,8 +18,7 @@ something like:
$ go generate -v github.com/aclindsa/moneygo
$ go install -v github.com/aclindsa/moneygo
Running
=======
## Running
Assuming you're in the same directory you ran the above installation comands
from, running MoneyGo is then as easy as: