Skip to content
Merged
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ 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+. You also need Yarn, either installed directly or provided via Corepack. Example:

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

// Yarn via corepack (recommended)
sudo corepack enable
Comment thread
Boy132 marked this conversation as resolved.

// Install yarn globally
npm i -g yarn
```

Expand Down