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