Add note about Go 1.3+ and link to the doc about code organization
This commit is contained in:
parent
ff5dc0920d
commit
e86ff58b44
1 changed files with 4 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue