summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-15 04:26:54 +0000
committerGitHub <noreply@github.com>2023-06-15 00:26:54 -0400
commit6c7635038d1a4ffe79a4b9baf44e594cf5745c3c (patch)
treeb709a589d3f9855f6513549318fa018f1f607d70 /docs
parent2e5d59f84d056f90c985d762cbc935b081e4bb1b (diff)
ci: add RPM package generation (#1206)
* ci: add RPM package generation * edit container * fix install
Diffstat (limited to 'docs')
-rw-r--r--docs/content/contribution/packaging-and-distribution.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/contribution/packaging-and-distribution.md b/docs/content/contribution/packaging-and-distribution.md
index 104217c2..26693c8f 100644
--- a/docs/content/contribution/packaging-and-distribution.md
+++ b/docs/content/contribution/packaging-and-distribution.md
@@ -43,7 +43,7 @@ a manpage and shell completions for the following shells:
- Powershell
- Elvish
-If you want to generate manpages and/or completion files, set the `BTM_GENERATION` env var to a non-empty value. For
+If you want to generate manpages and/or completion files, set the `BTM_GENERATE` env var to a non-empty value. For
example, run something like this:
```bash