diff --git a/README.md b/README.md index 398bc0457..f8db80a80 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/README_CN.md b/docs/README_CN.md index 51140475f..72188a415 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -70,6 +70,8 @@ ## 示例:启动一个创业公司 ```shell python startup.py "写一个命令行贪吃蛇" +# 开启code review模式会会花费更多的money, 但是会提升代码质量和成功率 +python startup.py "写一个命令行贪吃蛇" --code_review True ``` 运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。