diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-21 17:00:50 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-21 17:00:50 +0300 |
commit | 43d9877ba904d3165a9cbee134d2f000c044c1d1 (patch) | |
tree | cee430460f0619d73e07780b3fae94698e08be74 /docs/administration | |
parent | 707ae0a6aa43f8946f2a2c482c367c31768e1586 (diff) | |
download | pleroma-43d9877ba904d3165a9cbee134d2f000c044c1d1.tar.gz |
fix credo
Diffstat (limited to 'docs/administration')
-rw-r--r-- | docs/administration/CLI_tasks/frontend.md | 2 |
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: |