Skip to content

Commit 2f74622

Browse files
authored
Simplify startup shortcut instructions in README
Removed redundant text about launching the CLI in Plan mode.
1 parent 153d985 commit 2f74622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01-setup-and-first-steps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ Plan mode helps you create a step-by-step plan before writing any code. Use the
276276

277277
> 💡 **Tip**: **Shift+Tab** cycles between modes: Interactive → Plan → Autopilot. Press it anytime during an interactive session to switch modes without typing a command.
278278
279-
> 💡 **Startup shortcut**: You can launch the CLI directly in Plan mode from your terminal using the `--plan` flag — great when you already know what you want to plan:
279+
> 💡 **Startup shortcut**: You can launch the CLI directly in Plan mode from your terminal using the `--plan` flag.
280280
> ```bash
281-
> copilot --plan "Add a mark as read command to the book app"
281+
> copilot --plan
282282
> ```
283283
284284
```bash

0 commit comments

Comments
 (0)