Merge pull request #314 from arthurwolf/patch-2

Change installation command based on comments in telegram with @c9s
This commit is contained in:
Yo-An Lin 2021-12-08 03:12:47 +08:00 committed by GitHub
commit d7663bb9de

View File

@ -18,7 +18,7 @@ CGO_ENABLED=1 go get github.com/mattn/go-sqlite3
Install bbgo:
```sh
go install github.com/c9s/bbgo/cmd/bbgo@latest
go install -x github.com/c9s/bbgo/cmd/bbgo@main
```
Your binary will be installed into the default GOPATH `~/go/bin`.
@ -68,4 +68,4 @@ Your installed bbgo binary will be located in:
/root/go/bin/bbgo version
```
You can use the above instruction to write your own Dockerfile.
You can use the above instruction to write your own Dockerfile.