Skip to content

Commit

Permalink
Update docs/installing-mise.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Lee <[email protected]>
  • Loading branch information
jdx and malept authored Jan 24, 2025
1 parent da3f2a1 commit 0df4011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installing-mise.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Then, run the following commands to install the completion script for your shell
```sh [bash]
# This requires bash-completion to be installed
mkdir -p /etc/bash_completion.d/
sudo bash -c "mise completion bash --include-bash-completion-lib > /etc/bash_completion.d/mise"
mise completion bash --include-bash-completion-lib | sudo tee /etc/bash_completion.d/mise > /dev/null
```

```sh [zsh]
Expand Down

0 comments on commit 0df4011

Please sign in to comment.