Skip to content

Commit 61eeb31

Browse files
JohnMcLearclaude
andcommitted
docs: use pnpm run plugins install in README
Etherpad uses pnpm internally. The canonical install command per etherpad-lite/doc/plugins.md is `pnpm run plugins install ep_<name>`, not `npm install`. Update README to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d4f6099 commit 61eeb31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Etherpad plugin to dynamically generate a pad's initial content.
99
From the Etherpad working directory, run:
1010

1111
```shell
12-
npm install --no-save --legacy-peer-deps ep_dynamic_default_content
12+
pnpm run plugins install ep_dynamic_default_content
1313
```
1414

1515
Or, install from Etherpad's `/admin/plugins` page.

0 commit comments

Comments
 (0)