Fix missing dir in clone step of install instructs
[ci skip]
This commit is contained in:
parent
ddd10d9732
commit
051a3ce26d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue