readme: Fix installation command

This commit is contained in:
Justin Li 2015-07-12 21:13:19 -04:00
parent fcc4a5472d
commit 97cb3c7cb6

View file

@ -47,7 +47,7 @@ $ export GOPATH=$PWD/chihaya
$ git clone https://github.com/chihaya/chihaya.git chihaya/src/github.com/chihaya/chihaya
$ cd chihaya/src/github.com/chihaya/chihaya/cmd/chihaya/
$ godep restore
$ godep go install
$ godep go install github.com/chihaya/chihaya/cmd/chihaya
```
### Testing