Update dev.md

This commit is contained in:
Michiel Borkent 2020-03-23 11:35:10 +01:00 committed by GitHub
parent 7977331a45
commit c5a61e4d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.