mirror of https://github.com/tidwall/buntdb.git
added -u option
This commit is contained in:
parent
47c40c6e2a
commit
6e05318647
|
@ -49,7 +49,7 @@ Getting Started
|
||||||
To start using BuntDB, install Go and run `go get`:
|
To start using BuntDB, install Go and run `go get`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get github.com/tidwall/buntdb
|
$ go get -u github.com/tidwall/buntdb
|
||||||
```
|
```
|
||||||
|
|
||||||
This will retrieve the library.
|
This will retrieve the library.
|
||||||
|
|
Loading…
Reference in New Issue