소스 검색

Update README.md

Yuki Takei 8 년 전
부모
커밋
575fa1d279
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -163,7 +163,8 @@ Getting Started to Develop
 ## Build and Running the app
 * `clone` this repository
 * `npm install -g npm@4` to install required global dependencies
-* `npm install` to install all dependencies or `yarn`
+* `yarn` to install all dependencies
+    * DON'T USE `npm install`
 * `npm run build` to build client app
 * `npm run server` to start the dev server in another tab