docs: update

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-22 19:19:12 +01:00
parent 170157422c
commit ef86dcd2b7
2 changed files with 8 additions and 8 deletions

View File

@ -10,6 +10,6 @@ Installing Nicolium as a frontend for Mitra is no different from installing the
```bash
curl -O https://web.nicolium.app/release.zip
unzip pl-fe.zip -d /usr/share/mitra/www
rm pl-fe.zip
unzip release.zip -d /usr/share/mitra/www
rm release.zip
```