This commit is contained in:
XMRZombie 2025-06-06 12:28:33 +02:00 committed by GitHub
commit d1da9f47f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,8 +26,7 @@ On Windows, first install MSYS2:
On all platforms, install Java JDK 21: On all platforms, install Java JDK 21:
``` ```
curl -s "https://get.sdkman.io" | bash curl --proto '=https' --tlsv1.2 -sSf https://github.com/haveno-dex/haveno/raw/refs/heads/master/scripts/install_java.sh | sh
sdk install java 21.0.2.fx-librca
``` ```
Restart the terminal for the changes to take effect. Restart the terminal for the changes to take effect.