mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
update readme so install method works for Go 1.17+ too
This commit is contained in:
parent
65eeb986a8
commit
4235447ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue