correcting plugin install doc (#7104)

This commit is contained in:
David P 2025-08-29 08:48:35 -05:00 committed by GitHub
parent c0ac2d7f9d
commit 84e6619e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,8 +7,9 @@ execute its own functionality based on these events.
Publicly available plugins can be found in the npm registry (see
<https://npmjs.org>). Etherpad's naming convention for plugins is to prefix your
plugins with `ep_`. So, e.g. it's `ep_flubberworms`. Thus you can install
plugins from npm, using `npm install --no-save --legacy-peer-deps
ep_flubberworm` in Etherpad's root directory.
plugins from npm, using `pnpm run plugins install ep_flubberworms` in Etherpad's root directory.
Also see [wiki article](https://github.com/ether/etherpad-lite/wiki/Available-Plugins) for more info.
You can also browse to `http://yourEtherpadInstan.ce/admin/plugins`, which will
list all installed plugins and those available on npm. It even provides