Document cloning submodule

This commit is contained in:
Michiel Borkent 2019-08-17 22:27:13 +02:00 committed by GitHub
parent 4607016910
commit 00db597c7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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