From 1c71dbc335571b30c3a9db82ac3edb37cf349694 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 31 Aug 2023 12:53:00 +0200 Subject: [PATCH 1/2] Add installation instructions Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 115090e..79616dc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # buildx-desktop This repo contains buildx-desktop releases. + +## Install + +1. Download the latest version of the binary matching your OS and architecture + from the [Releases](https://github.com/docker/buildx-desktop/releases) page. + +2. Move the binary to `~/.docker/cli-plugins/docker-buildx` From a8c091ce12008227aeb3845a44ef5f3ef2505221 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:58:25 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Sergio Garcez --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79616dc..337b829 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ This repo contains buildx-desktop releases. from the [Releases](https://github.com/docker/buildx-desktop/releases) page. 2. Move the binary to `~/.docker/cli-plugins/docker-buildx` +3. Change its permissions `chmod a+x ~/.docker/cli-plugins/docker-buildx`