aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/administration/CLI_tasks/frontend.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md
new file mode 100644
index 000000000..6c31bd660
--- /dev/null
+++ b/docs/administration/CLI_tasks/frontend.md
@@ -0,0 +1,9 @@
+# Managing frontends
+
+`mix pleroma.frontend install kenoma --ref=stable`
+
+`develop` and `stable` refs are special: they are not necessarily `develop` or
+`stable` branches of the chosen frontend repo, but are smart aliases for either
+default branch of a frontend repo (develop), or latest release in a repo (stable).
+
+Only refs that have been built with Gitlab CI can be installed \ No newline at end of file