forked from AkkomaGang/akkoma
Docs: Add info about installing from a local path.
This commit is contained in:
parent
5c2745725e
commit
8b1da33a54
1 changed files with 3 additions and 0 deletions
|
@ -48,3 +48,6 @@ The installation process is the same, but you will have to give all the needed o
|
||||||
```bash
|
```bash
|
||||||
mix pleroma.frontend install gensokyo --ref master --build-url https://gensokyo.2hu/builds/marisa.zip
|
mix pleroma.frontend install gensokyo --ref master --build-url https://gensokyo.2hu/builds/marisa.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you don't have a zip file but just want to install a frontend from a local path, you can simply copy the files over a folder of this template: `${instance_static}/frontends/${name}/${ref}`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue