From 2f74622702df43626618a69815b7a6ab9e63c166 Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Mon, 13 Apr 2026 10:07:04 -0700 Subject: [PATCH] Simplify startup shortcut instructions in README Removed redundant text about launching the CLI in Plan mode. --- 01-setup-and-first-steps/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01-setup-and-first-steps/README.md b/01-setup-and-first-steps/README.md index 39f95403..75ec3298 100644 --- a/01-setup-and-first-steps/README.md +++ b/01-setup-and-first-steps/README.md @@ -276,9 +276,9 @@ Plan mode helps you create a step-by-step plan before writing any code. Use the > 💡 **Tip**: **Shift+Tab** cycles between modes: Interactive → Plan → Autopilot. Press it anytime during an interactive session to switch modes without typing a command. -> 💡 **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: +> 💡 **Startup shortcut**: You can launch the CLI directly in Plan mode from your terminal using the `--plan` flag. > ```bash -> copilot --plan "Add a mark as read command to the book app" +> copilot --plan > ``` ```bash