docs: explicit addition for installing other tools (#658)

This commit is contained in:
Jack 2022-11-28 22:54:29 +00:00 committed by GitHub
parent 0504998e1e
commit 353caa131c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. # The version suffix is mandatory.
go install github.com/google/go-jsonnet/cmd/jsonnet@latest 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 < 1.17
go get github.com/google/go-jsonnet/cmd/jsonnet go get github.com/google/go-jsonnet/cmd/jsonnet
``` ```