Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aisch committed Mar 5, 2015
1 parent 6449b3a commit 2e8b13e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,21 @@ assert(mediaType.format() === "application/vnd.mayfield.msg.v1+json; chunksize=5
# dev

```bash
$ git clone git@github.com:mayfieldrobotics/meaty.js.git
$ cd meaty.js
$ git clone git@github.com:mayfieldrobotics/meatyjs.git
$ cd meatyjs
$ npm install
$ grunt build test
```

# release

Update `{version}` in:
All is well:

```bash
$ grunt clean build test
```

so update `{version}` in:

* `package.json`
* `bower.json`
Expand Down

0 comments on commit 2e8b13e

Please sign in to comment.