From e409613c173703e3b5738559a877a0eefcc351e0 Mon Sep 17 00:00:00 2001 From: JBD Date: Tue, 15 Oct 2019 11:04:14 -0700 Subject: [PATCH] Fix installation --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f4b04a2e..768aff36 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ To preserve the name for its original owner, we renamed this project to hey. ## Installation - go get -u github.com/rakyll/hey +* Linux 64-bit: https://storage.googleapis.com/hey-release/hey_linux_amd64 +* Mac 64-bit: https://storage.googleapis.com/hey-release/hey_darwin_amd64 +* Windows 64-bit: https://storage.googleapis.com/hey-release/hey_windows_amd64 -### Using package manager +### Package Managers macOS: - [Homebrew](https://brew.sh/) users can use `brew install hey`. @@ -62,11 +64,3 @@ Options: ``` Previously known as [github.com/rakyll/boom](https://github.com/rakyll/boom). - -Note: Requires go 1.7 or greater. - -## Binaries - -* Linux 64-bit: https://storage.googleapis.com/hey-release/hey_linux_amd64 -* Mac 64-bit: https://storage.googleapis.com/hey-release/hey_darwin_amd64 -* Windows 64-bit: https://storage.googleapis.com/hey-release/hey_windows_amd64