From b652fa60c390270397d30a0c4e0fc4853decb257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Wed, 13 Mar 2024 22:38:22 +0100 Subject: [PATCH] Fix plugin installation instructions in README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c9b80586..ac3a6ff68 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,7 @@ Alternatively, you can install plugins from the command line: ```sh cd /path/to/etherpad-lite -# The `--no-save` and `--legacy-peer-deps` arguments are necessary to work -# around npm quirks. -npm install --no-save --legacy-peer-deps ep_${plugin_name} +pnpm run install-plugins ep_${plugin_name} ``` 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: ```sh -npm install --no-save --legacy-peer-deps \ +pnpm run install-plugins \ ep_align \ ep_comments_page \ ep_embedded_hyperlinks2 \