Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 176bf7d

Browse files
author
jacobawenger
committed
Fixed incorrect install instructions in README
1 parent 61832ad commit 176bf7d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ If you'd like to contribute to AngularFire, you'll need to run the following com
5757

5858
```bash
5959
$ git clone https://github.com/firebase/angularfire.git
60-
$ cd angularfire # go to the angularfire directory
61-
$ npm install -g grunt # globally install grunt task runner
62-
$ npm install -g bower # globally install Bower package manager
63-
$ npm install # install local npm build / test dependencies
64-
$ bower install # install local JavaScript dependencies
65-
$ grunt install # install Selenium server for end-to-end tests
66-
$ grunt watch # watch for source file changes
60+
$ cd angularfire # go to the angularfire directory
61+
$ npm install -g grunt-cli # globally install grunt task runner
62+
$ npm install -g bower # globally install Bower package manager
63+
$ npm install # install local npm build / test dependencies
64+
$ bower install # install local JavaScript dependencies
65+
$ grunt install # install Selenium server for end-to-end tests
66+
$ grunt watch # watch for source file changes
6767
```
6868

6969
`grunt watch` will watch for changes in the `/src/` directory and lint, concatenate, and minify the source files when a change occurs. The output files - `angularfire.js` and `angularfire.min.js` - are written to the `/dist/` directory. `grunt watch` will also re-run the unit tests every time you update any source files.

0 commit comments

Comments
 (0)