Update dev.md
This commit is contained in:
parent
7977331a45
commit
c5a61e4d2d
1 changed files with 2 additions and 2 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue