From 1116e19dff6eb08cd8317736c42ea6693c8da983 Mon Sep 17 00:00:00 2001 From: danthe1st Date: Wed, 28 Feb 2024 11:07:31 +0100 Subject: [PATCH] note about graal --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce45493..80a8aab 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ A sample binary is automatically build [with GitHub Actions](https://github.com/ when a commit is pushed. The build script can be found in the file [.github/workflows/build.yml](.github/workflows/build.yml). -A binary can also be built using `mvn -Pnative package`. +A native binary can also be built using `mvn -Pnative package`. +This requires GraalVM. ### Systemd setup