From f29a038c854a34316bede3c081785e066a237deb Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 5 Jun 2017 20:24:19 -0400 Subject: [PATCH] Switch README to Markdown --- README => README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename README => README.md (91%) 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: