mirror of https://github.com/docker/docs.git
Merge pull request #14107 from crazy-max/buildx-install-typo
buildx(install): fix typo
This commit is contained in:
commit
23028ed0ec
|
@ -45,7 +45,7 @@ Rename the relevant binary and copy it to the destination matching your OS:
|
|||
| -------- | -------------------- | -----------------------------------------|
|
||||
| Linux | `docker-buildx` | `$HOME/.docker/cli-plugins` |
|
||||
| macOS | `docker-buildx` | `$HOME/.docker/cli-plugins` |
|
||||
| Windows | `docker-buildx.exe` | `%USERPROFILE%\.docker\cli-plugin` |
|
||||
| Windows | `docker-buildx.exe` | `%USERPROFILE%\.docker\cli-plugins` |
|
||||
|
||||
Or copy it into one of these folders for installing it system-wide.
|
||||
|
||||
|
|
Loading…
Reference in New Issue