correction doc
This commit is contained in:
parent
ea6e3d3e7f
commit
a8e52c3250
|
@ -5,5 +5,5 @@ mv arduino-cli /usr/bin
|
|||
|
||||
# autocomplétion arduino-cli
|
||||
mkdir /etc/bash_completion.d/ or mkdir ~/completion_zsh/
|
||||
iadd fpath=($HOME/completion_zsh $fpath) at the beginning of your ~/.zshrc file # only if you use zsh
|
||||
add fpath=($HOME/completion_zsh $fpath) at the beginning of your ~/.zshrc file # only if you use zsh
|
||||
mv arduino-cli.sh /etc/bash_completion.d/ or mv _arduino-cli ~/completion_zsh/
|
||||
|
|
Loading…
Reference in a new issue