Skip to content

Commit 4564fab

Browse files
authored
docs: dev guide: add some links (#131)
Be more newcomer friendly by adding some links to prerequisites. See #130
1 parent af89a03 commit 4564fab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/02-developer-guide.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ When we merge your PR, we'll usually squash it, so that will clean up any rambli
2626

2727
=== Developer Prerequisites
2828

29-
The current version of Babashka.
30-
The current version of Clojure.
31-
The current version of GraalVM (to run native image tests)
32-
JDK8+
33-
Some knowledge of Java if you are going to add/modify Java code (there's not much!).
29+
* Java Development Kit, minimum version 8 (we currently validate against versions 8, 11, 17 and 21)
30+
* The current version of https://clojure.org/guides/install_clojure[Clojure] (if you are on Windows we recommend installing via https://github.com/casselc/clj-msi[clj-msi]).
31+
* The current version of https://github.com/babashka/babashka/blob/master/README.md#quickstart[Babashka].
32+
* The current version of https://www.graalvm.org/latest/docs/getting-started/[GraalVM] (if you want to run native image tests)
33+
* Some knowledge of Java if you are going to add/modify Java code (there's not much!).
3434

3535
=== Babashka Built-in
3636

0 commit comments

Comments
 (0)