Index: pkg/cmd/grafana-cli/commands/install_command.go
--- pkg/cmd/grafana-cli/commands/install_command.go.orig
+++ pkg/cmd/grafana-cli/commands/install_command.go
@@ -68,7 +68,7 @@ func validateInput(c utils.CommandLine) error {
 }
 
 func logRestartNotice() {
-	logger.Info(color.GreenString("Please restart Grafana after installing or removing plugins. Refer to Grafana documentation for instructions if necessary.\n\n"))
+	logger.Info(color.GreenString("Please restart Grafana after installing or removing plugins. rcctl restart grafana.\n\n"))
 }
 
 func installCommand(c utils.CommandLine) error {
