Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 90c0066

Browse files
update step 3 regarding GraalVM updater in README of standalone project
1 parent c23dd87 commit 90c0066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The project requires a JDK 17, but it produces a Java 8 JAR file. A GraalVM JDK
1919

2020
1. [Download](https://www.oracle.com/tools/downloads/sqlcl-downloads.html) and install SQLcl 21.4.0
2121
2. [Download](https://github.com/graalvm/graalvm-ce-builds/releases) and install the GraalVM JDK 17 21.3.0
22-
3. Go to the bin directory of the GraalVM JDK and run `gu install native-image`, if you want to produce a native image
22+
3. Go to the `bin` directory of the GraalVM JDK and run `./gu install native-image`, if you want to produce a native image
2323
4. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.8.4
2424
5. [Download](https://git-scm.com/downloads) and install a git command line client
2525
6. Clone the plsql-formatter-settings repository

0 commit comments

Comments
 (0)