README updates

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-10-18 16:19:03 -04:00
parent 22e0b9821a
commit 32da34b741
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 5 additions and 3 deletions

View File

@ -3,18 +3,20 @@ unqlitego
UnQLite Binding for golang.
[Docs](https://godoc.org/git.thisco.de/vbatts/unqlitego)
Install
---------
```sh
$ go get github.com/nobonobo/unqlitego
$ go get git.thisco.de/vbatts/unqlitego
```
Test
---------
```sh
$ go get github.com/r7kamura/gospel
$ cd ${GOPATH/:*/}/src/github.com/nobonobo/unqlitego
$ cd ${GOPATH/:*/}/src/git.thisco.de/vbatts/unqlitego
$ go test .
```
@ -23,7 +25,7 @@ Benchmark
```sh
$ go get github.com/r7kamura/gospel
$ cd ${GOPATH/:*/}/src/github.com/nobonobo/unqlitego
$ cd ${GOPATH/:*/}/src/git.thisco.de/vbatts/unqlitego
$ go test -bench Bench*
```