From 84e6619e03f9c764cb13b207890f05e7d2cc8af3 Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 29 Aug 2025 08:48:35 -0500 Subject: [PATCH] correcting plugin install doc (#7104) --- doc/plugins.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/plugins.md b/doc/plugins.md index acfa069b8..d90d52895 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -7,8 +7,9 @@ execute its own functionality based on these events. Publicly available plugins can be found in the npm registry (see ). 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