mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-14 02:53:50 +00:00
update instruction for go-sqlite3
This commit is contained in:
parent
8995300cbe
commit
6e8b0927fb
|
@ -54,6 +54,12 @@ bash <(curl -s https://raw.githubusercontent.com/c9s/bbgo/main/scripts/setup-gri
|
||||||
|
|
||||||
### Install from source
|
### 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:
|
Install the bbgo command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user