aboutsummaryrefslogtreecommitdiff
path: root/docs/administration
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-07-21 17:00:50 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-07-21 17:00:50 +0300
commit43d9877ba904d3165a9cbee134d2f000c044c1d1 (patch)
treecee430460f0619d73e07780b3fae94698e08be74 /docs/administration
parent707ae0a6aa43f8946f2a2c482c367c31768e1586 (diff)
downloadpleroma-43d9877ba904d3165a9cbee134d2f000c044c1d1.tar.gz
fix credo
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: