From 48cd15377c1b00639e496f5468117dd2fa337a38 Mon Sep 17 00:00:00 2001 From: SHA2048 <53488697+SHA65536@users.noreply.github.com> Date: Sun, 16 Jun 2024 08:55:29 +0300 Subject: [PATCH] add go install instructions to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d7c7c369..2d6aa3b8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ To preserve the name for its original owner, we renamed this project to hey. macOS: - [Homebrew](https://brew.sh/) users can use `brew install hey`. +### Go Install +```sh +go install github.com/rakyll/hey@master +``` + ## Usage hey runs provided number of requests in the provided concurrency level and prints stats.