Skip to content

Commit

Permalink
提醒用户告知平台或工具的偏好,以减少符合预期的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenVadder committed Jul 29, 2023
1 parent 6d8a1a1 commit 5bdf07c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,13 @@ 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.
### Preference of Platform or Tool
As the project becomes more complete, the cost of generating the outputs will also gradually increase. Therefore, it is recommended to explicitly specify the platform or tools you want to use when describing the requirements.
```shell
python startup.py "Write a cli snake game that runs on Windows"
```
### Usage
```
Expand Down
7 changes: 7 additions & 0 deletions docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,14 @@ python startup.py "写一个命令行贪吃蛇" --code_review True
```

运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。
### 平台或工具的倾向性

随着项目越来越完善,每一次生成项目的成本也会逐步上升,所以建议在阐述需求时显式地告知想要使用的平台或工具。
例如:

```shell
python startup.py "写一个能够在Windows上运行的命令行贪吃蛇"
```
### 代码实现

```python
Expand Down
7 changes: 7 additions & 0 deletions docs/README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ python startup.py "Write a cli snake game" --code_review True
```

スクリプトを実行すると、`workspace/` ディレクトリに新しいプロジェクトが見つかります。
### プラットフォームまたはツールの設定

プロジェクトが完成するにつれて、生成される各プロジェクトのコストは徐々に増加するため、要件を説明する際に使用するプラットフォームやツールを明示的に伝えることをお勧めします。例:

```shell
python startup.py "Write a cli snake game that runs on Windows"
```

### 使用方法

Expand Down

0 comments on commit 5bdf07c

Please sign in to comment.