From 830219a8f57705b7b84e4af7865b2c3be961f6da Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Jun 2014 10:34:49 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c835f8b0a..1efc5ba3c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ with cgo support. You can verify this by running `go env` and checking that Next, install [Git](http://git-scm.com/), which is needed for some dependencies. -Finally, install [Gox](https://github.com/mitchellh/gox), which is used +Then, install [Gox](https://github.com/mitchellh/gox), which is used as a compilation tool on top of Go: $ go get -u github.com/mitchellh/gox