From 4b392c96f7a3a8917c77b47812d2b43b8a99ed64 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 17 Jan 2023 00:58:41 -0500 Subject: [PATCH] docs: add note about individual autocompletion files --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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](). + +The individual auto-completion files are also included in the stable/nightly releases as `completion.tar.gz`. ## Usage