Skip to content

Commit 0c80395

Browse files
authored
Merge pull request #89 from ether/fix/install-cmd-pnpm
docs: use pnpm run plugins install in README
2 parents d4f6099 + 61eeb31 commit 0c80395

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)