Update README.md
This commit is contained in:
parent
663c5126fb
commit
791300059c
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
|
@ -52,6 +52,11 @@ guarantees. Bugs happen. Use at your own risk.
|
|||
PRs welcome but not promised to merge — this is opinionated by
|
||||
design.
|
||||
|
||||
```
|
||||
|
||||
CI builds via [GitHub Actions](.github/workflows/build.yml) for all 3
|
||||
platforms on every tag.
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
|
@ -81,9 +86,3 @@ 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
|
||||
```
|
||||
|
||||
CI builds via [GitHub Actions](.github/workflows/build.yml) for all 3
|
||||
platforms on every tag.
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue