summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-04-08 01:25:35 -0400
committerGitHub <noreply@github.com>2023-04-08 01:25:35 -0400
commitafd58e6ef4cc3f5031b50f97cfdc19b734762164 (patch)
treea9407e26e25e5c03cf9167e8ae2a6c07643a5eba
parent37cb59e16ff236616b3cac3aa583487d5978ace1 (diff)
docs: fix typo for Powershell auto-completion installation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c0685842..31f2c057 100644
--- a/README.md
+++ b/README.md
@@ -309,7 +309,7 @@ The release binaries are packaged with shell auto-completion files for bash, fis
- For bash, move `btm.bash` to `$XDG_CONFIG_HOME/bash_completion or /etc/bash_completion.d/`.
- For fish, move `btm.fish` to `$HOME/.config/fish/completions/`.
- For zsh, move `_btm` to one of your `$fpath` directories.
-- For PowerShell, add `. _btm.ps1` to your PowerShell
+- 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`.