Skip to content

Commit

Permalink
Merge pull request geekan#92 from ChenVadder/main
Browse files Browse the repository at this point in the history
提醒用户告知平台或工具的偏好,以减少不符合预期的情况
  • Loading branch information
stellaHSR authored Aug 2, 2023
2 parents bdb1002 + 313ceb8 commit 858b8ac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,12 @@ 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
You can tell which platform or tool you want to use when stating your requirements.
```shell
python startup.py "Write a cli snake game based on pygame"
```
### 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 @@ -120,6 +120,13 @@ python startup.py "写一个命令行贪吃蛇" --code_review True
```

运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。
### 平台或工具的倾向性
可以在阐述需求时说明想要使用的平台或工具。
例如:

```shell
python startup.py "写一个基于pygame的命令行贪吃蛇"
```

### 使用

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

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

要件を述べるときに、どのプラットフォームまたはツールを使用するかを指定できます。
```shell
python startup.py "Write a cli snake game based on pygame"
```

### 使用方法

Expand Down

0 comments on commit 858b8ac

Please sign in to comment.