From 494aaa49ae952413024df6f22c830bc12c1d2981 Mon Sep 17 00:00:00 2001 From: Michael Sommerville Date: Tue, 26 Nov 2024 20:58:08 +0000 Subject: [PATCH] Update README Fix compiling from source syntax to use recent go install command. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5220763..e3b9a06 100644 --- a/README.adoc +++ b/README.adoc @@ -70,7 +70,7 @@ Download the pre-compiled binaries from the https://github.com/deviceinsight/kaf [,bash] ---- -go get -u github.com/deviceinsight/kafkactl/v5 +go install github.com/deviceinsight/kafkactl/v5@latest ---- *NOTE:* make sure that `kafkactl` is on PATH otherwise auto-completion won't work.