From 50574bcbfeb88d4b2ece285c563065e2daddbb3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E8=8C=82=E5=AE=87?= Date: Mon, 24 Jul 2023 14:59:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ docs/README_CN.md | 2 ++ 2 files changed, 4 insertions(+) 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/` 目录中找到您的新项目。