Open diamondavocado opened 4 years ago
Having installation instructions for windows would be helpful as well.
The links in the installation section of the README are dead. Anyone have an alternative link for Linux installation?
Hi If you have already installed Go. You can do go get to it.
$ go get github.com/rakyll/hey
It will create a binary in your GOBIN folder
$ go env
set GO111MODULE=
set GOARCH=amd64
set GOBIN=C:\Users\yar\go\bin <<<<<<
set GOCACHE=C:\Users\yar\AppData\Local\go-build
go get
is deprecated outside a module, to install use go install github.com/rakyll/hey@latest
Please provide installation instructions for Linux.