Merge eb9cd720e752bfd2d75d8efde6521f166c7e9619 into 055b7d13763c909e58d5753bdb96bcbb4e3e0514

This commit is contained in:
XMRZombie 2025-04-06 06:54:51 -04:00 committed by GitHub
commit 0e9b4304f4
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:
```
curl -s "https://get.sdkman.io" | bash
sdk install java 21.0.2.fx-librca
curl --proto '=https' --tlsv1.2 -sSf https://github.com/haveno-dex/haveno/raw/refs/heads/master/scripts/install_java.sh | sh
```
Restart the terminal for the changes to take effect.