fix pleroma/akkoma docs

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-11-22 23:40:46 +01:00
parent a2fbb02779
commit 83af6ab0c7

View File

@ -18,13 +18,13 @@ On Akkoma, however, there is no `pl-fe` in the default available frontends list
### OTP
```sh
./bin/pleroma_ctl frontend install pl-fe --ref develop --build-url https://pl.mkljczk.pl/pl-fe.zip
./bin/pleroma_ctl frontend install pl-fe --ref develop --build-url https://pl.mkljczk.pl/pl-fe.zip --build-dir .
```
### From Source
```sh
mix pleroma.frontend install pl-fe --ref develop --build-url https://pl.mkljczk.pl/pl-fe.zip
mix pleroma.frontend install pl-fe --ref develop --build-url https://pl.mkljczk.pl/pl-fe.zip --build-dir .
```
It is now possible to set `pl-fe` as the primary frontend in the configuration file or via AdminFE: