Skip to content

Commit

Permalink
update readme for GO15VENDOREXPERIMENT=1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmcpherson committed Nov 10, 2015
1 parent 10e857b commit c70ac93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ These tests were performed on an m1.xlarge EC2 instance with a virtualized 1 Gig

## Installation

s3gof3r is written in Go and requires a Go installation. It can be installed with `go get` to download and compile it from source. To install the command-line tool, `gof3r`:
s3gof3r is written in Go and requires go 1.5 or later. It can be installed with `go get` to download and compile it from source. To install the command-line tool, `gof3r` set `GO15VENDOREXPERIMENT=1` in your environment:

$ go get github.com/rlmcpherson/s3gof3r/gof3r

Expand Down

0 comments on commit c70ac93

Please sign in to comment.