diff --git a/doc/configuring_your_machine.md b/doc/configuring_your_machine.md index 2b979500c..74a99b905 100644 --- a/doc/configuring_your_machine.md +++ b/doc/configuring_your_machine.md @@ -43,9 +43,9 @@ The Azure Python CLI projects sources are located on GitHub (https://github.com/ ```Shell export PYTHONPATH=/src:${PYTHONPATH} ``` -7. Setup tab completion. +7. Setup tab completion (OSX/Ubuntu ONLY). - Open Bash/zsh window and run: + Open Bash or zsh window and run: ```Shell source ./az.completion.sh