diff options
author | lain <lain@soykaf.club> | 2020-08-03 17:50:53 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-03 17:50:53 +0200 |
commit | 8b1da33a54dc3c6a489be7e2391e64af9e24d439 (patch) | |
tree | 518c0d993479253d2664e5c8ff438861ad9d63eb /docs | |
parent | 5c2745725e2480f18bc81176575210bbef7f286c (diff) | |
download | pleroma-8b1da33a54dc3c6a489be7e2391e64af9e24d439.tar.gz pleroma-8b1da33a54dc3c6a489be7e2391e64af9e24d439.zip |
Docs: Add info about installing from a local path.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/administration/CLI_tasks/frontend.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md index 50bb926d0..11c1c8614 100644 --- a/docs/administration/CLI_tasks/frontend.md +++ b/docs/administration/CLI_tasks/frontend.md @@ -48,3 +48,6 @@ The installation process is the same, but you will have to give all the needed o ```bash 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}` + |