We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c8d13 commit 0f1812bCopy full SHA for 0f1812b
README.md
@@ -13,10 +13,11 @@ http://yearofmoo-articles.github.com/angularjs-testing-article/app/
13
14
## Using the application
15
16
-Be sure to install everything first by doing:
17
-`npm install`
+Install grunt
+`npm install -g grunt-cli`
18
19
-Followed by:
+And then be sure to install everything that the repo requires:
20
+`npm install`
21
`bower install`
22
23
### Development Mode
0 commit comments