From 353caa131c9bbf99f43e3111ca55a4087d72800e Mon Sep 17 00:00:00 2001 From: Jack <56563911+jdockerty@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:54:29 +0000 Subject: [PATCH] docs: explicit addition for installing other tools (#658) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 895b40e..21a1cdd 100644 --- a/README.md +++ b/README.md @@ -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 ```