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`