Przeglądaj źródła

Update README.md

Yuki Takei 8 lat temu
rodzic
commit
31876c0180
1 zmienionych plików z 2 dodań i 2 usunięć
  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