summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-17 00:58:41 -0500
committerGitHub <noreply@github.com>2023-01-17 00:58:41 -0500
commit4b392c96f7a3a8917c77b47812d2b43b8a99ed64 (patch)
treeebda3eef8141d279cf5b382922669d5ae7608c19 /README.md
parent50c95997f995daea03d9e91ef2f850c164a30ab4 (diff)
docs: add note about individual autocompletion files
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 54ac3984..3cd75147 100644
--- a/README.md
+++ b/README.md
@@ -309,6 +309,8 @@ The release binaries are packaged with shell auto-completion files for bash, fis
- For zsh, move `_btm` to one of your `$fpath` directories.
- For PowerShell, add `. _btm.ps1` to your PowerShell
[profile](<https://docs.microsoft.com/en-us/previous-versions//bb613488(v=vs.85)>).
+
+The individual auto-completion files are also included in the stable/nightly releases as `completion.tar.gz`.
## Usage