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 diff --git a/go/vt/main.go b/go/vt/main.go index 4239b3d..c6506fa 100644 --- a/go/vt/main.go +++ b/go/vt/main.go @@ -12,21 +12,6 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -╭─systay@Andress-Mac-Studio.local ~/dev/vitess-tester ‹main*› -╰─➤ go build -o vt2 ./go/ 1 ↵ -no Go files in /Users/systay/dev/vitess-tester/go -╭─systay@Andress-Mac-Studio.local ~/dev/vitess-tester ‹main*› -╰─➤ go build -o vt2 ./go/. 1 ↵ -no Go files in /Users/systay/dev/vitess-tester/go -╭─systay@Andress-Mac-Studio.local ~/dev/vitess-tester ‹main*› -╰─➤ go build -o vt2 ./go/.. 1 ↵ -no Go files in /Users/systay/dev/vitess-tester -╭─systay@Andress-Mac-Studio.local ~/dev/vitess-tester ‹main*› -╰─➤ go build -o vt2 ./go/... 1 ↵ -go: cannot write multiple packages to non-directory vt2 - - */ package main