mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
docs: explicit addition for installing other tools (#658)
This commit is contained in:
parent
0504998e1e
commit
353caa131c
@ -21,6 +21,9 @@ This code is known to work on Go 1.12 and above. We recommend always using the n
|
||||
# The version suffix is mandatory.
|
||||
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
|
||||
|
||||
# Or other tools in the 'cmd' directory
|
||||
go install github.com/google/go-jsonnet/cmd/jsonnet-lint@latest
|
||||
|
||||
# go < 1.17
|
||||
go get github.com/google/go-jsonnet/cmd/jsonnet
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user