diff --git a/README.md b/README.md index 3a3e042845c..1ad64af970b 100644 --- a/README.md +++ b/README.md @@ -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`.