From cc51cb21e763e7eda2dadd39c6d7c0d2c3ff00eb Mon Sep 17 00:00:00 2001 From: tristen Date: Tue, 4 Jun 2013 23:33:34 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f69eec..904feff 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,11 @@ Also see the [documentation on Github](http://developer.github.com/v3/oauth/). Setup your Gatekeeper ========== +1. `git clone git@github.com:prose/gatekeeper.git` -1. Adjust config.json +2. `cd gatekeeper && npm install` + +3. Adjust config.json ```js { @@ -62,7 +65,7 @@ Setup your Gatekeeper You can also set environment variables to override the settings if you don't want Git to track your adjusted config.json file. Just use UPPER_CASE keys. -2. Serve it +4. Serve it ``` $ node server.js @@ -93,4 +96,4 @@ Deploy on Heroku ``` cake heroku:push - ``` \ No newline at end of file + ```