소스 검색

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 년 전
부모
커밋
ca7c863eaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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