Browse Source

README: install grunt-cli and grunt-init with amber-cli

with node 5 / npm 3 they are not installed automatically
via peerDependencies
Herbert Vojčík 8 years ago
parent
commit
ca7c863eaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -62,7 +62,7 @@ Getting Amber and setting up an initial project
 Do this to install Amber
 
     # Install the CLI tool `amber-cli` and supporting tools
-    npm install -g amber-cli
+    npm install -g grunt-cli grunt-init amber-cli
 
 
 Use ``amber init``  to create a project of your own