From e6a0e49fa713c14f6e524c9dbd9075eb3e2f507f Mon Sep 17 00:00:00 2001 From: chenrui Date: Tue, 15 Oct 2019 14:02:47 -0400 Subject: [PATCH] Add Homebrew installation option (#160) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 99c74f68..f4b04a2e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ To preserve the name for its original owner, we renamed this project to hey. go get -u github.com/rakyll/hey +### Using package manager + +macOS: +- [Homebrew](https://brew.sh/) users can use `brew install hey`. + ## Usage hey runs provided number of requests in the provided concurrency level and prints stats.