docs: note ~/.local/bin/jerboa path in AGENTS.md
ober
b7468ce41bfc0706118fa50c66253ac63d32f6cd
--- a/AGENTS.md +++ b/AGENTS.md @@ -17,7 +17,7 @@ Every Jerboa file looks like this: (displayln (my-function 1 2)) ``` -Run with: `jerboa run file.ss` +Run with: `~/.local/bin/jerboa run file.ss` (or `jerboa run file.ss` if `~/.local/bin` is on your PATH). **NEVER** write `(library ...)` forms — that's `.sls` internal syntax.