From 0e5887ae6bdfa2238fc5d7c549e285a34bd91c88 Mon Sep 17 00:00:00 2001 From: Lei Xue Date: Mon, 26 Sep 2016 10:30:39 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d612fef..76b0ead 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Simple Golang SCSI Target framework, this includes two binaries, one is `citadm` ## Build ``` -$ mkdir $GOPATH/gotstor/ -$ cd $GOPATH/gostor/ +$ mkdir $GOPATH/src/github.com/gotstor/ +$ cd $GOPATH/src/github.com/gostor/ $ git clone https://github.com/gostor/gotgt gotgt $ cd gotgt $ ./autogen.sh