Add note about Go 1.3+ and link to the doc about code organization

This commit is contained in:
Justin Li 2014-07-06 17:09:37 -04:00
parent ff5dc0920d
commit e86ff58b44

View file

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