Add note about running from a REPL

h/t to Josko (via email) for the documentation request
This commit is contained in:
Colin Jones 2017-02-07 12:21:40 -06:00
parent a3fb3b5bc8
commit ca192bfd83
No known key found for this signature in database
GPG Key ID: BB1DBD3616F1DDB9

View File

@ -68,6 +68,10 @@ If you're running from a checkout using lein 2, run the koans via
`lein koan run` `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 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 advance you to the next koan or file (conveniently, all files are prefixed with
the sequence that you should follow). the sequence that you should follow).