Merge pull request #1495 from huang47/doc/build-from-source

This commit is contained in:
c9s 2024-01-10 13:41:43 +08:00 committed by GitHub
commit 73056619a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ go run ./cmd/bbgo run
You can also use the makefile to build bbgo:
```shell
cd frontend && yarn install
cd apps/frontend && yarn install
make bbgo
```