Fix bash completion source path in documentation (#981)

- Corrects the source path for bash completion script
  when not using bash-completion package.
This commit is contained in:
c
2026-01-01 17:51:10 -08:00
committed by GitHub
parent 25ac79a0c4
commit 4958cf272f
+1 -1
View File
@@ -571,7 +571,7 @@ Without bash-completion, youll need to source the completion script directly.
```bash
mkdir -p ~/.bash_completions
container --generate-completion-script bash > ~/.bash_completions/container
source /opt/homebrew/etc/bash_completion.d/container
source ~/.bash_completions/container
```
Furthermore, you can add the following line to `~/.bash_profile` or `~/.bashrc`, in order for every new bash session to have autocompletion ready.