From e5d1c3e8a63c6ac51371ff2b0ef6ac6cad811d87 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 26 Feb 2021 11:08:14 +0800 Subject: [PATCH] docs: update build command Signed-off-by: Bo-Yi Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e63a31..a7c047f 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ Drone plugin for build Automated machine images with [Packer](https://www.packer Build the binary with the following commands: ```sh -go build +make build ```