docs: update cmd for Quick Start

This commit is contained in:
Richard
2024-08-01 19:49:41 +08:00
committed by GitHub
parent 0b31f309d8
commit a408ad1b0c

View File

@@ -90,11 +90,11 @@ eagle new -b=all eagle-demo
# or
eagle new github.com/foo/eagle-demo
# build
make build
# install dependence
go mod tidy
# run
eagle run
make run
```
## Documentation