Fix plugin installation instructions in README

This commit is contained in:
Stefan Müller 2024-03-13 22:38:22 +01:00
parent a1286cd103
commit b652fa60c3

View file

@ -139,9 +139,7 @@ Alternatively, you can install plugins from the command line:
```sh ```sh
cd /path/to/etherpad-lite cd /path/to/etherpad-lite
# The `--no-save` and `--legacy-peer-deps` arguments are necessary to work pnpm run install-plugins ep_${plugin_name}
# around npm quirks.
npm install --no-save --legacy-peer-deps ep_${plugin_name}
``` ```
Also see [the plugin wiki Also see [the plugin wiki
@ -153,7 +151,7 @@ Run the following command in your Etherpad folder to get all of the features
visible in the above demo gif: visible in the above demo gif:
```sh ```sh
npm install --no-save --legacy-peer-deps \ pnpm run install-plugins \
ep_align \ ep_align \
ep_comments_page \ ep_comments_page \
ep_embedded_hyperlinks2 \ ep_embedded_hyperlinks2 \