From b99b28185e8596fe75925f14f6881b8d09b26ec9 Mon Sep 17 00:00:00 2001 From: Diogo Recharte Date: Tue, 12 Sep 2023 11:30:41 +0100 Subject: [PATCH] Fix README run instructions path (#132) --- 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 ```