From ca192bfd83accb356091d4ea22c65937d8370f67 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Tue, 7 Feb 2017 12:21:40 -0600 Subject: [PATCH] Add note about running from a REPL h/t to Josko (via email) for the documentation request --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c677ff9..ec05d4d 100644 --- a/README.md +++ b/README.md @@ -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).