Update README.md

This commit is contained in:
Lei Xue
2016-09-26 10:30:39 +08:00
committed by GitHub
parent ef4c9eaf76
commit 0e5887ae6b

View File

@@ -5,8 +5,8 @@ Simple Golang SCSI Target framework, this includes two binaries, one is `citadm`
## Build ## Build
``` ```
$ mkdir $GOPATH/gotstor/ $ mkdir $GOPATH/src/github.com/gotstor/
$ cd $GOPATH/gostor/ $ cd $GOPATH/src/github.com/gostor/
$ git clone https://github.com/gostor/gotgt gotgt $ git clone https://github.com/gostor/gotgt gotgt
$ cd gotgt $ cd gotgt
$ ./autogen.sh $ ./autogen.sh