From 8917c9759a53a6cd782aed048d055a9c9421d2f3 Mon Sep 17 00:00:00 2001 From: Arthur Wolf Date: Tue, 7 Dec 2021 12:26:17 +0100 Subject: [PATCH] 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 --- doc/build-from-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-from-source.md b/doc/build-from-source.md index 2410213c6..fb9c06ebf 100644 --- a/doc/build-from-source.md +++ b/doc/build-from-source.md @@ -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. \ No newline at end of file +You can use the above instruction to write your own Dockerfile.