correction doc

This commit is contained in:
bastien 2023-05-16 17:11:24 +02:00
parent ea6e3d3e7f
commit a8e52c3250
1 changed files with 1 additions and 1 deletions

View File

@ -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/