From 97cb3c7cb60bbb130a4226716352048856564b6e Mon Sep 17 00:00:00 2001 From: Justin Li Date: Sun, 12 Jul 2015 21:13:19 -0400 Subject: [PATCH] readme: Fix installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ffc86d..5913135 100644 --- a/README.md +++ b/README.md @@ -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