diff --git a/Website/app/docs/Development/Building-Executables.md b/Website/app/docs/Development/Building-Executables.md index e03d5bfa..387a2e8a 100644 --- a/Website/app/docs/Development/Building-Executables.md +++ b/Website/app/docs/Development/Building-Executables.md @@ -14,7 +14,7 @@ > [!NOTE] > Check if GraalVM is added to the system path by running `native-image --version` in the terminal. > If the command is not recognized, add GraalVM `bin` directory to the system path. -> ``` +> ```shell > GRAALVM_HOME= > PATH=$GRAALVM_HOME/bin:$PATH > ```