Yuki Takei 8 лет назад
Родитель
Сommit
6fe174f742
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -77,7 +77,7 @@ On-premise
 ### Dependencies
 ### Dependencies
 
 
 - node 6.x (DON'T USE 7.x)
 - node 6.x (DON'T USE 7.x)
-- npm 5.x
+- npm 4.x (DON'T USE 5.x)
 - yarn
 - yarn
 - MongoDB 3.x
 - MongoDB 3.x
 
 
@@ -134,8 +134,8 @@ npm start
 ### Install plugins
 ### Install plugins
 
 
 * Stop server if running
 * Stop server if running
-* `npm install --save` to install plugin or `yarn add`
-  * **Don't forget `--save` option if you use npm** or crowi-plus doesn't detect plugins
+* `yarn add` to install plugins
+  * **DON'T USE `npm install`**
 * `npm start` to build client app and start server
 * `npm start` to build client app and start server
 
 
 #### Example
 #### Example