From d2e2d551ec8fcc33f6a9f558e9b66d71043b827b Mon Sep 17 00:00:00 2001 From: Demonii Date: Sat, 27 Jun 2015 17:12:17 +1200 Subject: [PATCH] Update the installation instructions The instructions were outdated from when the godep were removed and also there were typos/inconsistency in paths. Should be fx now. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d10b2db..5fcb92c 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,10 @@ Chihaya requires 64-bit Go 1.4, [Godep], and a [Go environment] previously set u ```sh $ export GOPATH=$PWD/chihaya -$ git clone github.com/chihaya/chihaya chihaya/src/github.com/chihaya/chihaya -$ godep go install chihaya/src/github.com/chihaya/cmd/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 ``` ### Testing