Skip to content

Commit 7b825ec

Browse files
authored
docs: clarify setup script usage (#10)
1 parent 11f3581 commit 7b825ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In addition, ensure *git*, *curl* and *GNU Make* are on your `PATH`.
2525
├── agents/ ← Your custom agents live here
2626
├── src/ ← Application code
2727
├── tests/ ← Pytest suite
28-
├── setup.sh ← Environment bootstrap (run once)
28+
├── setup.sh ← Environment bootstrap (run when bootstrapping a new environment)
2929
├── uv.lock ← Pinned dependency hashes (uv‑generated)
3030
└── agents.md ← **You are here**
3131

0 commit comments

Comments
 (0)