update description for alpine

This commit is contained in:
c9s 2021-12-06 23:33:35 +08:00
parent 7e341bdc22
commit 7dd88a86f0

View File

@ -45,7 +45,7 @@ export GOPATH=~/mygo
Then your bbgo will be installed at `~/mygo/bin/bbgo`. Then your bbgo will be installed at `~/mygo/bin/bbgo`.
## Alpine ## Build inside a Alpine container
Starts a docker container with the alpine image: Starts a docker container with the alpine image:
@ -66,4 +66,6 @@ Your installed bbgo binary will be located in:
``` ```
/root/go/bin/bbgo version /root/go/bin/bbgo version
``` ```
You can use the above instruction to write your own Dockerfile.