From 03a25f5a02afde6c4b3091451b1fa803f5ed59a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Radi=C5=A1i=C4=87?= Date: Tue, 25 Jun 2024 17:08:30 +0200 Subject: [PATCH] Update instructions about installation via go --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70b0c4db..ecfc0fb0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ For installation instructions from binaries please visit the [Releases Page](htt #### Via Go ```console -$ go get github.com/genuinetools/reg +$ git clone https://github.com/genuinetools/reg +$ cd reg +$ go install . ``` ## Usage