- More updates to README to reflect change of project location

This commit is contained in:
Faruk Kasumovic 2015-04-20 10:55:04 +02:00
parent 5405c7568a
commit fe306ffc28
1 changed files with 2 additions and 2 deletions

View File

@ -21,14 +21,14 @@
## Installing
```sh
go get github.com/fkasumovic/go-libzfs
go get github.com/bicomsystems/go-libzfs
```
## Testing
```sh
# On command line shell run
cd $GOPATH/src/github.com/fkasumovic/go-libzfs
cd $GOPATH/src/github.com/bicomsystems/go-libzfs
go test
```