From cb09190060a1e2e83e1977099b5958e4b24d99b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= Date: Thu, 28 Nov 2024 07:22:51 +0100 Subject: [PATCH] Remove useless tidy step in build manual --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f1ba43..42a2806 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ Alternatively, you can build the binary yourself using the Golang toolchain. ```shell git clone https://github.com/NETWAYS/check_vspheredb_data --branch=v1.0.0 cd check_vspheredb_data -go mod tidy -go build . +go build ``` The resulting binary `check_vspheredb_data` can be found in the root directory of the repository.