Update grafanactl installation instructions (#104616)

This commit is contained in:
Igor Suleymanov
2025-05-15 08:54:32 +00:00
committed by GitHub
parent 61ceaec0d6
commit d75a930548
@@ -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
```