update readme so install method works for Go 1.17+ too

This commit is contained in:
Klavs Klavsen 2021-11-19 09:53:31 +01:00
parent 65eeb986a8
commit 4235447ef6
No known key found for this signature in database
GPG key ID: 05519C81721BE64A

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.