From 09660f96f9146bb54c99e8f2734a11c73bd0ff6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senart?= Date: Sun, 18 Aug 2013 02:01:40 +0200 Subject: [PATCH] Add "go get" to install instructions (fixes #1) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03168c3..59d7c84 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ It can be used both as a command line utility and a library. You need go installed and `GOBIN` in your `PATH`. Once that is done, run the command: ```shell +$ go get github.com/tsenart/vegeta $ go install github.com/tsenart/vegeta ```