Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhcole committed Apr 18, 2013
1 parent 070e72c commit d4d9b8e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,13 @@ prose uses [Browserify](browserify.org) with [Make](http://www.gnu.org/software/
to manage dependencies and build. Development also requires you
have [node.js](http://nodejs.org) installed.

To avoid merge conflicts in generated files, add the following lines to `.git/config`:

```
[merge "dist"]
driver = "sh `git rev-parse --show-toplevel`/prose.sh %O %A %B"
```

To get started:

- [Install node.js](http://nodejs.org/). 'Install' will download a package for
your OS.
- Go to the directory where you have checked out `prose`
- Run `npm install`
- Run `make`
- To run prose with authentication you'll need to add an `oauth.json` file
to the root directory with the following contents:

Expand Down

0 comments on commit d4d9b8e

Please sign in to comment.