We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0504998 commit 353caa1Copy full SHA for 353caa1
README.md
@@ -21,6 +21,9 @@ This code is known to work on Go 1.12 and above. We recommend always using the n
21
# The version suffix is mandatory.
22
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
23
24
+# Or other tools in the 'cmd' directory
25
+go install github.com/google/go-jsonnet/cmd/jsonnet-lint@latest
26
+
27
# go < 1.17
28
go get github.com/google/go-jsonnet/cmd/jsonnet
29
```
0 commit comments