update readme mistake #366

This commit is contained in:
martin
2025-07-01 20:07:13 +02:00
parent 2eb62e63eb
commit 29044ebbfe
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -215,7 +215,7 @@ geminiではコーディングやbashが失敗する場合があります。deep
```sh
./start_services.sh full # MacOS
start ./start_services.cmd full # Windows
start start_services.cmd full # Windows
```
**注意:** このステップで全Dockerイメージがダウンロード・展開されるため最大30分かかる場合があります。backendサービスが完全に起動するまで(ログにbackend: <info>が表示されるまで)待ってください。
@@ -235,7 +235,7 @@ CLIで実行する場合はホストにパッケージをインストールし
```sh
./start_services.sh # MacOS
start ./start_services.cmd # Windows
start start_services.cmd # Windows
```
その後 `uv run cli.py` を実行