From af5fb54749a852b094010e52a5885d976dc1b0aa Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 6 Oct 2014 09:45:51 -0700 Subject: [PATCH] update docs --- docs/makinggames.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/makinggames.md b/docs/makinggames.md index d71a4950..00734b13 100644 --- a/docs/makinggames.md +++ b/docs/makinggames.md @@ -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