change grafana-server to grafana server (#107131)

This commit is contained in:
alifeee
2025-06-30 11:58:35 +01:00
committed by GitHub
parent 22fbcae11b
commit a4e3f16ff7

View File

@ -163,7 +163,7 @@ Complete the following steps to install Grafana using the standalone binaries:
1. Use the binary to manually start the Grafana server:
```shell
/usr/local/grafana/bin/grafana-server --homepath /usr/local/grafana
/usr/local/grafana/bin/grafana server --homepath /usr/local/grafana
```
{{< admonition type="note" >}}