-
Verify that you have Go 1.13+ installed.
$ go version
If
go
is 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/klocust
executable to somewhere in your PATH$ sudo mv ./out/klocust /usr/local/bin/
-
Run
klocust version
to check if it worked.