Add "go get" to install instructions (fixes #1)

This commit is contained in:
Tomás Senart
2013-08-18 02:01:40 +02:00
parent 2a94aa3d34
commit 09660f96f9

View File

@@ -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
```