aboutsummaryrefslogtreecommitdiff
path: root/docs/administration
diff options
context:
space:
mode:
Diffstat (limited to 'docs/administration')
-rw-r--r--docs/administration/CLI_tasks/frontend.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md
index 091631147..b1e0892bf 100644
--- a/docs/administration/CLI_tasks/frontend.md
+++ b/docs/administration/CLI_tasks/frontend.md
@@ -16,6 +16,7 @@ Currently supported `<frontend>` values:
- [mastodon](http://git.pleroma.social/pleroma/mastofe)
- [pleroma](http://git.pleroma.social/pleroma/pleroma-fe)
+## Example installation from local path
The complete process of installing frontend from local path would be following:
- download a frontend:
@@ -31,6 +32,7 @@ cd pleroma-fe && yarn && yarn build
mix pleroma.frontend install pleroma --path /path/to/pleroma-fe
```
+## Example installation from web
The complete process of installing frontend from web would be following:
- make sure you've got `yarn` installed: