Skip to content

Commit 303f1de

Browse files
committed
added how to get labsjdk in README.md
1 parent ab5ab04 commit 303f1de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ and interop with other languages, you can use the bundled releases from
2929
git clone https://github.com/graalvm/mx.git
3030
export PATH=$PWD/mx:$PATH
3131
```
32+
* LabsJDK
33+
34+
The following command will download and install JDKs to built GraalVM upon. If successfull, it will print the path to set into your JAVA_HOME.
35+
```shell
36+
mx fetch-jdk
37+
```
38+
3239

3340
#### Building
3441

0 commit comments

Comments
 (0)