diff --git a/README.md b/README.md index 3c320cf..084183d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The jsonnet-bundler is a package manager for [Jsonnet](http://jsonnet.org/). ## Install ``` -GO111MODULE="on" go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb +go install -a github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest ``` **NOTE**: please use a recent Go version to do this, ideally Go 1.13 or greater.