diff --git a/README.md b/README.md index bfbc1dd..454a573 100644 --- a/README.md +++ b/README.md @@ -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 +``` +