소스 검색

CONTRIBUTING:`grunt amdconfig`, not `amber config`

Herbert Vojčík 9 년 전
부모
커밋
9bc7de5e20
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      CONTRIBUTING.md

+ 2 - 1
CONTRIBUTING.md

@@ -83,7 +83,8 @@ To get your clone, follow this list:
   ```git clone git@github.com:<amber-smalltalk | your username>/helios.git my/helios```.
 4. Install its dependencies: ```cd my/helios && bower install && cd ../..```.
 5. Install the cli tool: ```npm install -g amber-cli```.
-6. Run ```amber config```.
+6. Install the grunt cli runner: ```npm install -g grunt-cli```.
+6. Run ```grunt amdconfig```.
 6. Run ```amber serve```.
 
 Now you should be able to commit changes to your computer.