Skip to content

Commit

Permalink
Merge pull request #5166 from bantic/bantic/update-doc-remove-bower
Browse files Browse the repository at this point in the history
[DOC] Remove mention of `bower install` from README
  • Loading branch information
locks authored Sep 7, 2017
2 parents ffeb55a + b8a409c commit 7a037e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,10 @@ See [CONTRIBUTING.md](https://github.com/emberjs/data/blob/master/CONTRIBUTING.m

1. Install Node.js from http://nodejs.org or your favorite package manager.

2. Install Ember CLI and bower. `npm install -g ember-cli bower`
2. Install Ember CLI. `npm install -g ember-cli`

3. Run `npm install` inside the project root to install the JS dependencies.

4. Run `bower install` inside the project root to install Ember dependencies.

### In Your Browser

1. To start the development server, run `npm start`.
Expand Down

0 comments on commit 7a037e1

Please sign in to comment.