diff --git a/README.md b/README.md index 508b86bb1..9a496cff4 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,12 @@ # Use code review will cost more money, but will opt for better code quality. ``` 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 ``` diff --git a/docs/README_CN.md b/docs/README_CN.md index 5f80a7f33..6458861c9 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -120,6 +120,13 @@ # 开启code review模式会会花费更多的money, 但是会提升代码质量 ``` 运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。 +### 平台或工具的倾向性 +可以在阐述需求时说明想要使用的平台或工具。 +例如: + +```shell +python startup.py "写一个基于pygame的命令行贪吃蛇" +``` ### 使用 diff --git a/docs/README_JA.md b/docs/README_JA.md index 4c425dde4..a5e5f6552 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -138,6 +138,12 @@ # コードレビューを利用すれば、コストはかかるが、より良 ``` スクリプトを実行すると、`workspace/` ディレクトリに新しいプロジェクトが見つかります。 +### プラットフォームまたはツールの設定 + +要件を述べるときに、どのプラットフォームまたはツールを使用するかを指定できます。 +```shell +python startup.py "Write a cli snake game based on pygame" +``` ### 使用方法