[release-12.0.1] Update grafanactl installation instructions (#105446)

Co-authored-by: Igor Suleymanov <radiohead@users.noreply.github.com>
This commit is contained in:
Irene Rodríguez
2025-05-15 13:50:10 +03:00
committed by GitHub
co-authored by Igor Suleymanov
parent 2ee71232fe
commit 8e6fcce432
@@ -42,5 +42,5 @@ To build `grafanactl` from source you must:
- Have `go` v1.24 (or greater) installed
```bash
go install github.com/grafana/grafanactl/cmd@latest
go install github.com/grafana/grafanactl/cmd/grafanactl@latest
```