Merge eb9cd720e752bfd2d75d8efde6521f166c7e9619 into 52f0c20c8cecaf74f136377783956b4aae21b58c

This commit is contained in:
XMRZombie 2025-04-14 02:50:07 +00:00 committed by GitHub
commit c4c5fe672a
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.