Merge pull request #150 from Obmondo/docfix-install

update readme so install method works for Go 1.17+ too
This commit is contained in:
Matthias Loibl 2021-11-19 15:36:23 +01:00 committed by GitHub
commit 6bb2d1af6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.