feat: update readme

This commit is contained in:
2025-05-03 22:11:41 +08:00
parent 9a1817e859
commit ab34074691

View File

@@ -1,2 +1,14 @@
# native-application
Install SDKMAN:
```shell
curl -s "https://get.sdkman.io?rcupdate=false" | bash
```
Install GraalVM:
```shell
sdk install java 24.0.1-graal
```