added -u option

This commit is contained in:
Josh Baker 2016-08-06 15:55:51 -07:00 committed by GitHub
parent 47c40c6e2a
commit 6e05318647
1 changed files with 1 additions and 1 deletions

View File

@ -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.