Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Jun 5, 2013
1 parent a36f5b2 commit cc51cb2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -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
{
Expand All @@ -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
Expand Down Expand Up @@ -93,4 +96,4 @@ Deploy on Heroku

```
cake heroku:push
```
```

0 comments on commit cc51cb2

Please sign in to comment.