diff --git a/README b/README.md similarity index 91% rename from README rename to README.md index aff6c01..78f0b32 100644 --- a/README +++ b/README.md @@ -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: