From 375b275d2a84457dc6fd939230c71b14a2b0ba2d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 4 Apr 2024 10:57:33 -0700 Subject: [PATCH] Added link to build file directory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1331071..e943cb4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # [GraalVM](https://www.graalvm.org/) Native Executable Example for [bld](https://rife2.com/bld) -Be sure to have the GraalVM `native-image` utility in your path, or set its location in the build file. +Be sure to have the GraalVM `native-image` utility in your path, or set its location in the +[build file](https://github.com/rife2/graalvm-native-bld-example/tree/main/src/bld/java/com/example). ## Compile the application