Add note about running from a REPL

h/t to Josko (via email) for the documentation request
master
Colin Jones 7 years ago
parent a3fb3b5bc8
commit ca192bfd83
No known key found for this signature in database
GPG Key ID: BB1DBD3616F1DDB9

@ -68,6 +68,10 @@ If you're running from a checkout using lein 2, run the koans via
`lein koan run`
If want to run directly from a REPL, once you are inside the `lein repl` prompt you can run the koans with
`(exec "run")`
It's an auto-runner, so as you save your files with the correct answers, it will
advance you to the next koan or file (conveniently, all files are prefixed with
the sequence that you should follow).

Loading…
Cancel
Save