From 0b7321afa149fb1767127c6c6ec78b7589ac36ef Mon Sep 17 00:00:00 2001 From: Diogo Recharte Date: Tue, 12 Sep 2023 11:14:25 +0100 Subject: [PATCH] Fix README run instructions path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc8fa9bb..a0b4088d 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ This tool is a CLI client for Percona Everest and has the following features At the moment it only provisions the clusters, however a technical preview of PMM integration and registering in Percona Everest control plane features are implemented ``` -go run cmd/percona-everest-cli/main.go --monitoring.enabled=false +go run cmd/everest/main.go --monitoring.enabled=false ```