From c5a61e4d2d0173036919a194920771eb871ce6f1 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 23 Mar 2020 11:35:10 +0100 Subject: [PATCH] Update dev.md --- doc/dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev.md b/doc/dev.md index e368a96d..212ef537 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -1,5 +1,7 @@ # Developing Babashka +You need [Leiningen](https://leiningen.org/) for running JVM tests and/or producing uberjars. For building binaries you need GraalVM. Currently we use java8-19.3.1. + ## Clone repository To work on Babashka itself make sure Git submodules are checked out. @@ -14,8 +16,6 @@ To update later on: $ git submodule update --recursive ``` -You need [Leiningen](https://leiningen.org/), and for building binaries you need GraalVM. - ## REPL `lein repl` will get you a standard REPL/nREPL connection. To work on tests use `lein with-profiles +test repl`.