From 051a3ce26d9a4230ae50be0b81360faf7d2db241 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Sun, 9 Nov 2014 17:55:52 -0500 Subject: [PATCH] Fix missing dir in clone step of install instructs [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4459686..59a1f56 100644 --- a/README.md +++ b/README.md @@ -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 ```