From 5bee84f30da82e3b4bd970a82b43fa546efd6a1d Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Sun, 18 Jul 2021 07:36:20 +0200 Subject: [PATCH] docs: Replace `go get` with `go install` for command installation `go get` is deprecated for installation of commands as of go v1.17 Ref: https://go.googlesource.com/go/+/ced0fdbad0655d63d535390b1a7126fd1fef8348 Signed-off-by: Frederic Hemberger --- docs/node-mixin/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/node-mixin/README.md b/docs/node-mixin/README.md index 050aecf1..492409c3 100644 --- a/docs/node-mixin/README.md +++ b/docs/node-mixin/README.md @@ -11,9 +11,9 @@ for Grafana. To use them, you need to have `jsonnet` (v0.16+) and `jb` installed. If you have a working Go development environment, it's easiest to run the following: ```bash -$ go get github.com/google/go-jsonnet/cmd/jsonnet -$ go get github.com/google/go-jsonnet/cmd/jsonnetfmt -$ go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb +$ go install github.com/google/go-jsonnet/cmd/jsonnet@latest +$ go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest +$ go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest ``` Next, install the dependencies by running the following command in this