2
0
Yuki Takei 9 жил өмнө
parent
commit
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