Fixed documentation to be pnpm run plugins i for plugin installation (#6405)

This commit is contained in:
SamTV12345 2024-05-24 21:57:39 +02:00 committed by GitHub
parent 966b0dc2d1
commit 27dab95113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 4853 additions and 3838 deletions

View file

@ -47,8 +47,8 @@
- Bin folder: The bin folder has been moved from the src folder to the root folder. This change was necessary as the contained scripts do not represent core functionality of the user.
- Starting Etherpad: Etherpad can now be started with a single command: `pnpm run prod` in the root directory.
- Installing Etherpad: Etherpad no longer symlinks itself in the root directory. This is now also taken care by pnpm, and it just creates a node_modules folder with the src directory`s ep_etherpad-lite folder
- Plugins can now be installed simply via the command: `pnpm run install-plugins first-plugin second-plugin` or if you want to install from path you can do:
`pnpm run install-plugins --path ../path-to-plugin`
- Plugins can now be installed simply via the command: `pnpm run plugins i first-plugin second-plugin` or if you want to install from path you can do:
`pnpm run plugins i --path ../path-to-plugin`
# 1.9.7