Browse Source

Update README.md

Yuki Takei 9 years ago
parent
commit
d9e1ec940d
1 changed files with 6 additions and 0 deletions
  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
     $ npm run install-plugin https://github.com/sopmeone/crowi-plugin-something.git
 
 
+Modify `plugin/plugin.js`:
+
+    const plugins = [
+      require('crowi-plugin-something')
+    ]
+
 Build plugins:
 Build plugins:
 
 
     $ npm run webpack:plugin
     $ npm run webpack:plugin