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

+ 6 - 0
README.md

@@ -71,6 +71,12 @@ Install plugins from github:
 
     $ npm run install-plugin https://github.com/sopmeone/crowi-plugin-something.git
 
+Modify `plugin/plugin.js`:
+
+    const plugins = [
+      require('crowi-plugin-something')
+    ]
+
 Build plugins:
 
     $ npm run webpack:plugin