Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
--dev is marked for deprecation. I was unable to install the node modules using `npm install --dev` because it installs the devDependencies recursively, and my machine failed at that. `npm install` will will install devDependencies (except on production). See [this issue](npm/npm#6137 (comment)) for discussion.
  • Loading branch information
k-funk committed Sep 16, 2014
1 parent 4b94922 commit 846eda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ Clone the repo, `git clone git://github.com/mgcrea/angular-strap.git`, [download
AngularStrap is tested with `karma` against the latest stable release of AngularJS.

>
$ npm install --dev
$ npm install
$ gulp test

You can build the latest version using `gulp`.
Expand Down

0 comments on commit 846eda7

Please sign in to comment.