소스 검색

Update README.md

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

+ 2 - 2
README.md

@@ -134,8 +134,8 @@ npm start
 ### Install plugins
 
 * Stop server if running
-* `yarn add` to install plugins
-  * **DON'T USE `npm install`**
+* `yarn add` to install plugin or `npm install --save`
+  * **Don't forget `--save` option if you use npm** or crowi-plus doesn't detect plugins
 * `npm start` to build client app and start server
 
 #### Example