Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 6, 2014
1 parent 10e24af commit af5fb54
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/makinggames.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ I'm sorry there's so many steps. It's not as hard as it looks. Trust me.

### TL;DR version

* install happyfuntimes (http://superhappyfuntimes.net/install)
* run happyfuntimes (it must be run once)
* install node.js (http://nodejs.org/download/)
* if on windows install msysgit (http://msysgit.github.io/)
* install bower `sudo npm install -g bower` (no sudo on windows)
* install hft-cli `sudo npm install -g hft-cli` (no sudo on windows)
* clone a game
* edit `package.json`, change `gameId` and `name`
* type `hft-add`
* install happyfuntimes (http://superhappyfuntimes.net/install)
* run happyfuntimes (it must be run once)
* install node.js (http://nodejs.org/download/)
* if on windows install msysgit (http://msysgit.github.io/)
* install bower `sudo npm install -g bower` (no sudo on windows)
* install hft-cli `sudo npm install -g hft-cli` (no sudo on windows)
* clone a game
* edit `package.json`, change `gameId` and `name`
* type `hft-add`

### Verbose vesrion

Expand Down

0 comments on commit af5fb54

Please sign in to comment.