Skip to content

Commit 84e6619

Browse files
authored
correcting plugin install doc (#7104)
1 parent c0ac2d7 commit 84e6619

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/plugins.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ execute its own functionality based on these events.
77
Publicly available plugins can be found in the npm registry (see
88
<https://npmjs.org>). Etherpad's naming convention for plugins is to prefix your
99
plugins with `ep_`. So, e.g. it's `ep_flubberworms`. Thus you can install
10-
plugins from npm, using `npm install --no-save --legacy-peer-deps
11-
ep_flubberworm` in Etherpad's root directory.
10+
plugins from npm, using `pnpm run plugins install ep_flubberworms` in Etherpad's root directory.
11+
12+
Also see [wiki article](https://github.com/ether/etherpad-lite/wiki/Available-Plugins) for more info.
1213

1314
You can also browse to `http://yourEtherpadInstan.ce/admin/plugins`, which will
1415
list all installed plugins and those available on npm. It even provides

0 commit comments

Comments
 (0)