Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 594 Bytes

build_from_source.md

File metadata and controls

25 lines (20 loc) · 594 Bytes

Build klocust CLI from Source

  1. Verify that you have Go 1.13+ installed.

    $ go version

    If go is not installed, follow instructions on the Go website.

  2. Clone this repository

    $ git clone https://github.com/DevopsArtFactory/klocust/klocust.git 
    $ cd klocust
  3. Build the project

    $ make
  4. Move the resulting out/klocust executable to somewhere in your PATH

    $ sudo mv ./out/klocust /usr/local/bin/
  5. Run klocust version to check if it worked.