Skip to content

Commit 353caa1

Browse files
authored
docs: explicit addition for installing other tools (#658)
1 parent 0504998 commit 353caa1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ This code is known to work on Go 1.12 and above. We recommend always using the n
2121
# The version suffix is mandatory.
2222
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
2323

24+
# Or other tools in the 'cmd' directory
25+
go install github.com/google/go-jsonnet/cmd/jsonnet-lint@latest
26+
2427
# go < 1.17
2528
go get github.com/google/go-jsonnet/cmd/jsonnet
2629
```

0 commit comments

Comments
 (0)