From 2fae6f53f29d8991e67c68809a031e1fae3138eb Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 7 Apr 2026 15:54:28 +0100 Subject: [PATCH] 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_`, not `npm install`. Update README to match. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f006622..b5744af 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Define](http://i.imgur.com/I75UDqV.png) ## Installation -Install using /admin/plugins or npm install ep_define +Install using /admin/plugins or pnpm run plugins install ep_define Installing with git will require an npm install to install the deps ``` cd node_modules/ep_define