-
Verify that you have Go 1.26.0+ installed.
$ go version
If
gois not installed, follow instructions on the Go website. -
Clone this repository
$ git clone https://github.com/DevopsArtFactory/klocust/klocust.git $ cd klocust -
Build the project
$ make
-
Move the resulting
out/klocustexecutable to somewhere in your PATH$ sudo mv ./out/klocust /usr/local/bin/
-
Run
klocust versionto check if it worked.