diff --git a/go/README.md b/go/README.md index db369ac..c4f7305 100644 --- a/go/README.md +++ b/go/README.md @@ -10,18 +10,20 @@ go run . ## Build -Manually: +Using script: ```shell -go build -v +./build.sh ``` -Or using script: +Manually: ```shell -./build.sh +go build -v ``` +Note that version information only works when building with script since that sets the required variables. + ## Install ```shell