Fix missing dir in clone step of install instructs

[ci skip]
This commit is contained in:
Jimmy Zelinskie 2014-11-09 17:55:52 -05:00
parent ddd10d9732
commit 051a3ce26d

View file

@ -30,7 +30,7 @@ Chihaya requires Go 1.3, [Godep], and a [Go environment] previously setup.
```sh
$ export GOPATH=$PWD/chihaya
$ git clone github.com/chihaya/chihaya chihaya/src/github.com/chihaya
$ git clone github.com/chihaya/chihaya chihaya/src/github.com/chihaya/chihaya
$ godep go install chihaya/src/github.com/chihaya/cmd/chihaya
```