From 97fb41fc9816a4f0e5c27b3a7a76a001cafb05b4 Mon Sep 17 00:00:00 2001 From: Le Zhang Date: Sat, 8 Oct 2016 12:28:39 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 753fec9..77124e7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Simple Golang SCSI Target framework, this includes two binaries, one is `citadm` ## Build ``` -$ mkdir $GOPATH/src/github.com/gotstor/ +$ mkdir -p $GOPATH/src/github.com/gostor/ $ cd $GOPATH/src/github.com/gostor/ $ git clone https://github.com/gostor/gotgt gotgt $ cd gotgt