Installation
Download
- Download a prebuilt executable binary for your operating system from the GitHub releases page.
- 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 theghz
command to be available everywhere.
Homebrew
brew install ghz
Compile
Clone
git clone https://github.com/bojand/ghz
Build using make
make build
Build using go
cd cmd/ghz
go build .