docs: Add -e flag to echo command

This commit is contained in:
David Birks
2025-12-02 18:38:43 -05:00
committed by GitHub
parent 045591aff7
commit 214be94005

View File

@@ -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.