Skip to content

Commit a75b139

Browse files
committed
gitea-mixin: update README
1 parent 2a14eba commit a75b139

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/gitea-monitoring-mixin/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Gitea Mixin is a set of configurable Grafana dashboards based on the metrics exp
77
You can manually generate dashboards, but first you should install some tools:
88

99
```bash
10-
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
11-
go get github.com/google/go-jsonnet/cmd/jsonnet
10+
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
11+
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
1212
# or in brew: brew install go-jsonnet
1313
```
1414

1515
For linting and formatting, you would also need `mixtool` and `jsonnetfmt` installed. If you
1616
have a working Go development environment, it's easiest to run the following:
1717

1818
```bash
19-
go get github.com/monitoring-mixins/mixtool/cmd/mixtool
20-
go get github.com/google/go-jsonnet/cmd/jsonnetfmt
19+
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@latest
20+
go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
2121
```
2222

2323
The files in `dashboards_out` need to be imported

0 commit comments

Comments
 (0)