ENGDOCS-1701 (#18338)

This commit is contained in:
Allie Sadler 2023-10-02 11:54:07 +01:00 committed by GitHub
parent b9d0cc1007
commit 7f7fde59bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB