mirror of https://github.com/etcd-io/bbolt.git
chore/docs: installing document description should use bbolt
Signed-off-by: cancaicai <2356672992@qq.com>pull/855/head
parent
c2e4c77280
commit
a9ef55e777
|
@ -76,7 +76,7 @@ New minor versions may add additional features to the API.
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
To start using Bolt, install Go and run `go get`:
|
To start using `bbolt`, install Go and run `go get`:
|
||||||
```sh
|
```sh
|
||||||
$ go get go.etcd.io/bbolt@latest
|
$ go get go.etcd.io/bbolt@latest
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue