Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Fix compiling from source syntax to use recent go install command.
  • Loading branch information
mgs255 authored Nov 26, 2024
1 parent 293ab5c commit 494aaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 494aaa4

Please sign in to comment.