mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 23:07:14 +02:00
Document installation for go >= 1.17
This commit is contained in:
parent
b10eae7c68
commit
68af6e05bb
@ -15,7 +15,13 @@ This code is known to work on Go 1.12 and above. We recommend always using the n
|
||||
|
||||
## Installation instructions
|
||||
|
||||
```
|
||||
```shell
|
||||
# go >= 1.17
|
||||
# Using `go get` to install binaries is deprecated.
|
||||
# The version suffix is mandatory.
|
||||
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
|
||||
|
||||
# go < 1.17
|
||||
go get github.com/google/go-jsonnet/cmd/jsonnet
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user