docs: note ~/.local/bin/jerboa path in AGENTS.md
ober
4851970d230c709dddcc0834e0c483cf06aef458
--- 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.