README fix
This commit is contained in:
parent
984f134c02
commit
2b0a3e7299
1 changed files with 1 additions and 4 deletions
|
@ -9,10 +9,7 @@ Install
|
||||||
```sh
|
```sh
|
||||||
go get -d github.com/nobonobo/unqlitego
|
go get -d github.com/nobonobo/unqlitego
|
||||||
cd $GOPATH/src/github.com/nobonobo/unqlitego
|
cd $GOPATH/src/github.com/nobonobo/unqlitego
|
||||||
git submodule init
|
make install
|
||||||
git submodule update
|
|
||||||
make
|
|
||||||
go install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Benchmark
|
Benchmark
|
||||||
|
|
Loading…
Reference in a new issue