diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-11 15:17:49 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-11 15:17:49 +0300 |
commit | 9dcc5e242291c65587dd468deea9f6b6c1622a10 (patch) | |
tree | 7934ddc9da05b62567e452b9581139cface0021b /docs | |
parent | 420ef64f95855a1fa09d66648d92032af192d02f (diff) | |
parent | 542fc16b0b2522c30308a385a183a9e45f0ab194 (diff) | |
download | pleroma-9dcc5e242291c65587dd468deea9f6b6c1622a10.tar.gz |
Merge branch 'refactor/fe-bundles' of git.pleroma.social:pleroma/pleroma into refactor/fe-bundles
Diffstat (limited to 'docs')
-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). |