Installation

Download

  1. Download a prebuilt executable binary for your operating system from the GitHub releases page.
  2. Unzip the archive and place the executable binary wherever you would like to run it from. Additionally consider adding the location directory in the PATH variable if you would like the ghz command to be available everywhere.

Homebrew

  1. brew install ghz

Compile

Clone

  1. git clone https://github.com/bojand/ghz

Build using make

  1. make build

Build using go

  1. cd cmd/ghz
  2. go build .