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

+ 2 - 2
README.md

@@ -27,6 +27,7 @@ GROWI
 * **Pluggable**
   * You can find plugins from [npm](https://www.npmjs.com/browse/keyword/growi-plugin) or [github](https://github.com/search?q=topic%3Agrowi-plugin)!
 * **Features**
+  * Create hierarchical pages with markdown
   * Support Authentication with LDAP / Active Directory 
   * Slack Incoming Webhooks Integration
   * [Miscellaneous features](https://github.com/weseek/growi/wiki/Additional-Features)
@@ -121,8 +122,7 @@ npm start
 ### How to install plugins
 
 * Stop server if server is running
-* `yarn add` to install plugin or `npm install --save`
-  * **Don't forget `--save` option if you use npm** or growi doesn't detect plugins
+* `yarn add` to install plugin or `npm install`
 * `npm start` to build client app and start server
 
 #### Examples