doc: fix frontend path

This commit is contained in:
ShihChi Huang 2024-01-09 21:30:56 -08:00
parent 11309ac8c8
commit 90ae2330c8

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
```