Update README.md

This commit is contained in:
s8n 2026-05-05 04:43:45 +01:00 committed by GitHub
parent 791300059c
commit 2d53e1d600
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,3 +86,5 @@ sudo apt install cmake g++ ninja-build extra-cmake-modules \
JAVA_HOME=/path/to/jdk-21 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)
./build/prismlauncher
---