doc [skip ci]

This commit is contained in:
Michiel Borkent 2020-12-04 09:42:24 +01:00
parent a6b9dd1969
commit db5466d3c4
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
## Prerequisites
- Install [lein](https://leiningen.org/) for producing uberjars
- Download [GraalVM](https://www.graalvm.org/downloads/). Currently we use *java11-20.1.0*.
- Download [GraalVM](https://www.graalvm.org/downloads/). Currently we use *java11-20.2.0*.
- For Windows, installing Visual Studio 2019 with the "Desktop development
with C++" workload is recommended.
- Set `$GRAALVM_HOME` to the GraalVM distribution directory. On macOS this can look like:

View file

@ -39,6 +39,7 @@
(def files-to-edit
["Dockerfile"
"doc/dev.md"
"doc/build.md"
".github/workflows/build.yml"
".circleci/config.yml"
"appveyor.yml"