From a3c1a80e15836694ee16a8aaf261e3efbef96318 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 8 Apr 2024 10:29:27 +0200 Subject: [PATCH] fixed code spacing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 831a9fa..00de504 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ You will need the Golang toolchain in order to build from source. GNU Make will also help but is not strictly neccessary. If you want to compile the tool yourself, use `git clone` to clone the -repository. Then execute `go mod tidy` to install all -dependencies. Then just enter `go build` or - if you have GNU Make +repository. Then execute `go mod tidy` to install all +dependencies. Then just enter `go build` or - if you have GNU Make installed - `make`. To install after building either copy the binary or execute `sudo make