diff options
author | lain <lain@soykaf.club> | 2020-06-27 09:42:24 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-27 09:42:24 +0000 |
commit | 542fc16b0b2522c30308a385a183a9e45f0ab194 (patch) | |
tree | c20084dcfd61cda8a4ba9292c1f2456bf13f9f6a /docs/administration/CLI_tasks/frontend.md | |
parent | a0c0207ad68a346d3477d5d9f6befb994357e930 (diff) | |
download | pleroma-542fc16b0b2522c30308a385a183a9e45f0ab194.tar.gz |
Apply suggestion to docs/administration/CLI_tasks/frontend.md
Diffstat (limited to 'docs/administration/CLI_tasks/frontend.md')
-rw-r--r-- | docs/administration/CLI_tasks/frontend.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md index 5d42314de..6c31bd660 100644 --- a/docs/administration/CLI_tasks/frontend.md +++ b/docs/administration/CLI_tasks/frontend.md @@ -2,7 +2,7 @@ `mix pleroma.frontend install kenoma --ref=stable` -`develop` and `stable` refs are special: they are not necessary `develop` or +`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). |