diff --git a/README.md b/README.md index 7fb8d9a5..67a8f02e 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,7 @@ Windows developers may have trouble producing a zip file that marks the binary a Get the tool ``` shell -set GO111MODULE=on -go.exe get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip +go.exe install github.com/aws/aws-lambda-go/cmd/build-lambda-zip@latest ``` Use the tool from your `GOPATH`. If you have a default installation of Go, the tool will be in `%USERPROFILE%\Go\bin`.