Skip to content

Commit

Permalink
updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
twokul committed Dec 28, 2014
1 parent 02e3346 commit 65a6ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ This Ember Application allows you to browse API docs
1. Install Dependencies

```shell
npm install && bower install
```

1. Generate Documentation JSON

```shell
mkdir -p tasks/docs
node tasks/genereate-docs.js
npm install
```

1. Start the app
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "ember test"
"test": "ember test",
"postinstall": "bower install && mkdir -p tasks/docs && node tasks/generate-docs.js"
},
"repository": "https://github.com/stefanpenner/ember-cli",
"engines": {
Expand Down

0 comments on commit 65a6ea4

Please sign in to comment.