From 214be94005d228e8abf264db28b7ab9a66e5eec6 Mon Sep 17 00:00:00 2001 From: David Birks Date: Tue, 2 Dec 2025 18:38:43 -0500 Subject: [PATCH] docs: Add `-e` flag to echo command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d5558e2..1f8e5323 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ bd init --branch beads-metadata # - Auto-start daemon for sync # Then tell your agent about bd: -echo "\nBEFORE ANYTHING ELSE: run 'bd onboard' and follow the instructions" >> AGENTS.md +echo -e "\nBEFORE ANYTHING ELSE: run 'bd onboard' and follow the instructions" >> AGENTS.md ``` **Protected branches?** If your `main` branch is protected, use `bd init --branch beads-metadata` to commit issue updates to a separate branch. See [docs/PROTECTED_BRANCHES.md](docs/PROTECTED_BRANCHES.md) for details.