From f58874cc9607b692d58d6099957eb40f2ff62a11 Mon Sep 17 00:00:00 2001 From: Jairo Date: Thu, 15 Apr 2021 11:41:32 -0300 Subject: [PATCH] Included more instructions to build the linux executable using docker. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c59440..33f9c1e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Via docker: Now you have an executable binary in your directory. -**Note:** change `GOOS=darwin` to `linux` or `windows` to create an executable for your corresponding Operating System. +**Note:** change `GOOS=darwin` to `linux` or `windows` to create an executable for your corresponding Operating System. For linux, is also needed to change the image tag as well: `golang:1.16`. ## Plugins