瀏覽代碼

Update README.md

Yuki Takei 9 年之前
父節點
當前提交
74eac5f293
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      packages/growi-plugin-pukiwiki-like-linker/README.md

+ 9 - 1
packages/growi-plugin-pukiwiki-like-linker/README.md

@@ -44,4 +44,12 @@ Install
     $ npm run install-plugin https://github.com/yuki-takei/crowi-plugin-pukiwiki-like-linker.git
     ```
 
-2. build plugin (see official documents)
+1. modify `${CROWI_INSTALLED_DIR}/plugin/plugin.js`
+
+   ```
+   const plugins = [
+     // require('crowi-plugin-pukiwiki-like-linker')
+   ]
+   ```
+
+1. build plugin (see official documents)