Skip to content

Commit 0b06979

Browse files
committed
mx js does not need --jdk jvmci anymore.
1 parent 1b4ca15 commit 0b06979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ mx js [OPTION]... [FILE]...
9191
Assuming that you also built the GraalVM compiler (using the instructions in `graal/compiler/README.md`), here is how you can use it to run GraalVM JavaScript:
9292
```bash
9393
cd graaljs/graal-js
94-
mx --dynamicimports /compiler --jdk jvmci js [OPTION]... [FILE]...
94+
mx --dynamicimports /compiler js [OPTION]... [FILE]...
9595
```
9696
9797
@@ -130,7 +130,7 @@ mx node [OPTION]... [FILE]...
130130
Assuming that you also built the GraalVM Compiler (using the instructions in `graal/compiler/README.md`), here is how you can use it to run Node.js on GraalVM JavaScript:
131131
```bash
132132
cd graaljs/graal-nodejs
133-
mx --dynamicimports /compiler --jdk jvmci node [OPTION]... [FILE]...
133+
mx --dynamicimports /compiler node [OPTION]... [FILE]...
134134
```
135135
136136

0 commit comments

Comments
 (0)