mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-06 04:45:39 +00:00
chore: revise deprecated bash completion instructions for Linux
This commit is contained in:
parent
f98028c925
commit
2d6c345479
@ -18,7 +18,7 @@ $ source <(yq completion bash)
|
|||||||
|
|
||||||
# To load completions for each session, execute once:
|
# To load completions for each session, execute once:
|
||||||
Linux:
|
Linux:
|
||||||
$ yq completion bash > /etc/bash_completion.d/yq
|
$ yq completion bash > /usr/share/bash-completion/completions/yq
|
||||||
MacOS:
|
MacOS:
|
||||||
$ yq completion bash > /usr/local/etc/bash_completion.d/yq
|
$ yq completion bash > /usr/local/etc/bash_completion.d/yq
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user