- More updates to README to reflect change of project location
This commit is contained in:
parent
5405c7568a
commit
fe306ffc28
|
@ -21,14 +21,14 @@
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go get github.com/fkasumovic/go-libzfs
|
go get github.com/bicomsystems/go-libzfs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# On command line shell run
|
# On command line shell run
|
||||||
cd $GOPATH/src/github.com/fkasumovic/go-libzfs
|
cd $GOPATH/src/github.com/bicomsystems/go-libzfs
|
||||||
go test
|
go test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue