diff --git a/content/desktop/settings/mac.md b/content/desktop/settings/mac.md index 6102a5b24c..9e92f741fa 100644 --- a/content/desktop/settings/mac.md +++ b/content/desktop/settings/mac.md @@ -295,7 +295,7 @@ On the **Advanced** tab, you can reconfigure your initial installation settings: - **System**: Docker CLI tools are installed in the system directory under `/usr/local/bin` - **User**: Docker CLI tools are installed in the user directory under `$HOME/.docker/bin`. You must then add `$HOME/.docker/bin` to your PATH. To add `$HOME/.docker/bin` to your path: 1. Open your shell configuration file. This is `~/.bashrc` if you're using a bash shell, or `~/.zshrc` if you're using a zsh shell. - 2. Run the following command: + 2. Copy and paste the following: ```console $ export PATH=$PATH:~/.docker/bin ``` diff --git a/static/assets/images/docs-site-feedback.png b/static/assets/images/docs-site-feedback.png new file mode 100644 index 0000000000..6fe4122f32 Binary files /dev/null and b/static/assets/images/docs-site-feedback.png differ