From c8cda08209f88b6dbfc61b7207022cfb62d2ecc0 Mon Sep 17 00:00:00 2001 From: Fernando Miguel Date: Fri, 5 Jul 2019 12:14:40 +0100 Subject: [PATCH] add chmod --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f9e24bf5..8a87ffd3 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ $ CHANNEL=nightly sh docker-install.sh Download the latest binary release from https://github.com/docker/buildx/releases/latest and copy it to `~/.docker/cli-plugins` folder with name `docker-buildx`. +Change the permission to execute: +```sh +chmod a+x ~/.docker/cli-plugins/docker-buildx +``` After installing you can run `docker buildx` to see the new commands.