mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-16 05:18:09 -07:00
Add note about Go 1.3+ and link to the doc about code organization
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user