Merge pull request #71 from dtrackd/corrected-installation-instructions

Update the installation instructions
This commit is contained in:
Jimmy Zelinskie 2015-06-27 19:16:30 -04:00
commit 9b54f82511

View file

@ -43,8 +43,10 @@ Chihaya requires 64-bit Go 1.4, [Godep], and a [Go environment] previously set u
```sh ```sh
$ export GOPATH=$PWD/chihaya $ export GOPATH=$PWD/chihaya
$ git clone github.com/chihaya/chihaya chihaya/src/github.com/chihaya/chihaya $ git clone https://github.com/chihaya/chihaya.git chihaya/src/github.com/chihaya/chihaya
$ godep go install chihaya/src/github.com/chihaya/cmd/chihaya $ cd chihaya/src/github.com/chihaya/chihaya/cmd/chihaya/
$ godep restore
$ godep go install
``` ```
### Testing ### Testing