Skip to content

Commit f4fc1a4

Browse files
committed
add install instructions for themes
1 parent 63a3865 commit f4fc1a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ A curated list of plugins for the [Pelican Panel](https://pelican.dev). Feel fre
66

77
[Download the repository archive](https://github.com/pelican-dev/plugins/archive/refs/heads/main.zip) and extract the folders of the plugins you want to install to your panels `plugins` folder (`/var/www/pelican/plugins` by default). Finally, open your panel and head to the plugins page and click on "Install".
88

9+
### Themes
10+
11+
For themes you have to install NodeJs 22+ and Yarn beforehand. Example:
12+
13+
```bash
14+
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
15+
sudo apt install -y nodejs
16+
17+
npm i -g yarn
18+
```
19+
920
## Plugins
1021

1122
- [Announcements](/announcements) - Create panel wide announcements to inform your users

0 commit comments

Comments
 (0)