From de68e63a81963e9569a3b27bc4e5d13987b126e4 Mon Sep 17 00:00:00 2001 From: lmp Date: Sun, 11 Aug 2024 12:24:47 +0200 Subject: [PATCH] docs: fix `README.md` build details --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1b261f..6dd4a56 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ To build the desktop example do: ``` cd ~/.vmodules/jni/examples/desktop/v_as_library -v run build.vsh +v run build_and_run.vsh ``` -The `build.vsh` script is a simple helper for doing: +The `build_and_run.vsh` script is a simple helper for doing: ``` export JAVA_HOME=/detect/path/to/java/root export LD_LIBRARY_PATH="$(pwd)":$LD_LIBRARY_PATH # Needed for Java to load the shared library