Procházet zdrojové kódy

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 před 8 roky
rodič
revize
ca7c863eaf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 Do this to install Amber
 
 
     # Install the CLI tool `amber-cli` and supporting tools
     # 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
 Use ``amber init``  to create a project of your own