mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-09-23 06:30:59 +02:00
correcting plugin install doc (#7104)
This commit is contained in:
parent
c0ac2d7f9d
commit
84e6619e03
@ -7,8 +7,9 @@ execute its own functionality based on these events.
|
|||||||
Publicly available plugins can be found in the npm registry (see
|
Publicly available plugins can be found in the npm registry (see
|
||||||
<https://npmjs.org>). Etherpad's naming convention for plugins is to prefix your
|
<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 with `ep_`. So, e.g. it's `ep_flubberworms`. Thus you can install
|
||||||
plugins from npm, using `npm install --no-save --legacy-peer-deps
|
plugins from npm, using `pnpm run plugins install ep_flubberworms` in Etherpad's root directory.
|
||||||
ep_flubberworm` 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
|
You can also browse to `http://yourEtherpadInstan.ce/admin/plugins`, which will
|
||||||
list all installed plugins and those available on npm. It even provides
|
list all installed plugins and those available on npm. It even provides
|
||||||
|
Loading…
x
Reference in New Issue
Block a user