mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
Fixed documentation to be pnpm run plugins i for plugin installation (#6405)
This commit is contained in:
parent
966b0dc2d1
commit
27dab95113
7 changed files with 4853 additions and 3838 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue