|
|
@ -11,9 +11,9 @@ for Grafana.
|
|
|
|
To use them, you need to have `jsonnet` (v0.16+) and `jb` installed. If you
|
|
|
|
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:
|
|
|
|
have a working Go development environment, it's easiest to run the following:
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
$ go get github.com/google/go-jsonnet/cmd/jsonnet
|
|
|
|
$ go install github.com/google/go-jsonnet/cmd/jsonnet@latest
|
|
|
|
$ go get github.com/google/go-jsonnet/cmd/jsonnetfmt
|
|
|
|
$ go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
|
|
|
|
$ go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
|
|
|
|
$ go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Next, install the dependencies by running the following command in this
|
|
|
|
Next, install the dependencies by running the following command in this
|
|
|
|