mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
Fix plugin installation instructions in README
This commit is contained in:
parent
a1286cd103
commit
b652fa60c3
1 changed files with 2 additions and 4 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue