update docs

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-22 17:46:32 +01:00
parent 31ae3d1866
commit 3c0a4d0f87
8 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ order: 31
Installing Nicolium as a frontend for Mitra is no different from installing the default Mitra Web frontend. Just extract the Nicolium files into the directory specified in `config.yaml` under `web_client_dir`, by default `/usr/share/mitra/www`.
```bash
curl -O https://pl.mkljczk.pl/pl-fe.zip
curl -O https://web.nicolium.app/release.zip
unzip pl-fe.zip -d /usr/share/mitra/www
rm pl-fe.zip
```