From e86ff58b44f2cd4877558cf8b000d0d419fb3dc1 Mon Sep 17 00:00:00 2001 From: Justin Li Date: Sun, 6 Jul 2014 17:09:37 -0400 Subject: [PATCH] Add note about Go 1.3+ and link to the doc about code organization --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0183eb..16c4673 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,15 @@ needs its functionality. See [below](#drivers) for more info. ### Installing -Make sure you have your `$GOROOT` and `$GOPATH` set up correctly, and have your `$GOBIN` in your `$PATH`. +Chihaya requires Go 1.3+ to build. ```sh $ go get github.com/chihaya/chihaya ``` +Make sure you have your `$GOPATH` set up correctly, and have `$GOPATH/bin` in your `$PATH`. +If you're new to Go, an overview of the directory structure can be found [here](http://golang.org/doc/code.html). + ### Configuring Configuration is done in a JSON formatted file specified with the `-config`