Update grafanactl install instructions in docs (#104539)

This commit is contained in:
Igor Suleymanov
2025-04-25 16:09:59 +03:00
committed by GitHub
parent 52b120cb67
commit f5ff6e38a3

View File

@ -47,5 +47,5 @@ To build `grafanactl` from source you must:
- Have `go` v1.24 (or greater) installed - Have `go` v1.24 (or greater) installed
```bash ```bash
go install github.com/grafana/grafanactl@latest go install github.com/grafana/grafanactl/cmd@latest
``` ```