From 0112aa7597e6c2398d9c783bc475ebef05f54a0a Mon Sep 17 00:00:00 2001 From: Andres Taylor Date: Thu, 3 Oct 2024 10:20:24 +0200 Subject: [PATCH] readme Signed-off-by: Andres Taylor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f1eb4..1b615a5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The `vt` binary encapsulates several utility tools for Vitess, providing a compr You can install `vt` using the following command: ```bash -go install github.com/vitessio/vitess-tester@latest +go install github.com/vitessio/vitess-tester/go/vt@latest ``` ## Testing Methodology