From f11797113e5a9b86bd976329c5dbb8a8bfdfadfa Mon Sep 17 00:00:00 2001 From: Andy MacKinlay Date: Mon, 28 Jun 2021 09:26:51 +1000 Subject: [PATCH] clarified that buildx not always included in linux distros --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcbbc165..69fb3a6b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Using `buildx` as a docker CLI plugin requires using Docker 19.03 or newer. A li ### Docker -`buildx` comes bundled with Docker Desktop and in latest Docker CE packages. +`buildx` comes bundled with Docker Desktop and in latest Docker CE packages, but may not be installed in all repackaged Linux distros (in which case follow the binary release instructions). ### Binary release