From 00db597c7a990af6e54e569695c051821dd6794b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 17 Aug 2019 22:27:13 +0200 Subject: [PATCH] Document cloning submodule --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 03804efb..bf733585 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,23 @@ Test the native version: You will need leiningen and GraalVM. +This repo contains a submodule, so you will have clone that too. If you're +doing that for the first time: + +``` shellsession +$ git submodule update --init --recursive +``` + +and for subsequent updates: + +``` shellsession +$ git submodule update --recursive +``` + +To build this project, set `$GRAALVM_HOME` to the GraalVM distribution directory. + +Then run: + script/compile ## Related projects