aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-28 17:48:35 +0200
committerlain <lain@soykaf.club>2020-07-28 17:48:35 +0200
commit393128fb025d4e6f9172315491062f7e91e62bdb (patch)
tree2966569724ebc87dfefc962e0149482bc48ebdae /docs/configuration/cheatsheet.md
parent08732e8a0335ae44c866c2dd63927c65158b27c9 (diff)
downloadpleroma-393128fb025d4e6f9172315491062f7e91e62bdb.tar.gz
Cheatsheet: Add more info.
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 5dc895c0a..aebbcd50e 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -1065,4 +1065,4 @@ config :pleroma, :frontends,
}
```
-This would serve frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself.
+This would serve the frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself. You can choose the name and ref any way you like, but they will be used by mix tasks to automate installation in the future, the name referring to the project and the ref referring to a commit.