update instruction for go-sqlite3

This commit is contained in:
c9s 2021-05-10 01:00:12 +08:00
parent 8995300cbe
commit 6e8b0927fb

View File

@ -54,6 +54,12 @@ bash <(curl -s https://raw.githubusercontent.com/c9s/bbgo/main/scripts/setup-gri
### Install from source
If you need to use go-sqlite, you will need to enable CGO first:
```
CGO_ENABLED=1 go get github.com/mattn/go-sqlite3
```
Install the bbgo command:
```sh