mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-10-30 17:33:26 -04:00 
			
		
		
		
	Switch README to Markdown
This commit is contained in:
		| @@ -1,12 +1,13 @@ | |||||||
| MoneyGo README | # MoneyGo | ||||||
| 
 | 
 | ||||||
| Installation | ## Installation | ||||||
| ============ |  | ||||||
| 
 | 
 | ||||||
| First, install npm and libofx in your distribution: | First, install npm and libofx in your distribution: | ||||||
|  | 
 | ||||||
| 	$ sudo pacman -S npm libofx | 	$ sudo pacman -S npm libofx | ||||||
| 
 | 
 | ||||||
| Install browserify globally using npm: | Install browserify globally using npm: | ||||||
|  | 
 | ||||||
| 	$ sudo npm install -g browserify | 	$ sudo npm install -g browserify | ||||||
| 
 | 
 | ||||||
| You'll then want to build everything (the Golang and Javascript portions) using | 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 generate -v github.com/aclindsa/moneygo | ||||||
| 	$ go install -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 | Assuming you're in the same directory you ran the above installation comands | ||||||
| from, running MoneyGo is then as easy as: | from, running MoneyGo is then as easy as: | ||||||
		Reference in New Issue
	
	Block a user