mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Change installation command based on comments in telegram with @c9s
-x so the user can see the progress more clearly main instead of latest because using latest caused commits not to be seen
This commit is contained in:
parent
7ca9e37270
commit
8917c9759a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user