You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ of the popular options, have a look at
12
12
13
13
For step-by-step instructions on using Yeoman and this generator to build a TODO AngularJS application from scratch see [this tutorial.](http://yeoman.io/codelab/)
14
14
15
-
Install `yo`, `grunt`, `bower`, `generator-angular` and `generator-karma`:
15
+
Install `yo`, `grunt-cli`, `bower`, `generator-angular` and `generator-karma`:
16
16
```
17
-
npm install -g grunt bower yo generator-karma generator-angular
17
+
npm install -g grunt-cli bower yo generator-karma generator-angular
0 commit comments