Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ A curated list of plugins for the [Pelican Panel](https://pelican.dev).

### Additional setup for themes

For themes you have to install Node.js 22+ and Yarn beforehand. Example:
For themes you have to install Node.js 22+ and enable Corepack (which ships with Node.js and provides Yarn). Example:

```bash
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt install -y nodejs

npm i -g yarn
sudo corepack enable
```

## Plugins
Expand Down