修改文档

This commit is contained in:
程茂宇 2023-07-24 14:59:40 +08:00
parent 4975baa890
commit 50574bcbfe
2 changed files with 4 additions and 0 deletions

View file

@ -115,6 +115,8 @@ ## Tutorial: Initiating a startup
```shell
python startup.py "Write a cli snake game"
# Use code review will cost more money, but will opt for better code quality.
python startup.py "Write a cli snake game" --code_review True
```
After running the script, you can find your new project in the `workspace/` directory.