From 2531779a464221bf63c309d043de14096697fab3 Mon Sep 17 00:00:00 2001 From: lut777 Date: Tue, 8 Jun 2021 21:42:52 +0800 Subject: [PATCH] update docker buildx install method --- docs/development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development.md b/docs/development.md index dd1b7396c65..63cb4aff298 100644 --- a/docs/development.md +++ b/docs/development.md @@ -16,6 +16,8 @@ go get github.com/securego/gosec/v2/cmd/gosec ​ For version < Docker 19.03, please enable it manually through the [reference](https://docs.docker.com/develop/develop-images/build_enhancements/). +​ Buildx could also be installed from official [doc](https://github.com/docker/buildx/). + ​ For first compilation, create a new builder instance. ```shell