From 0caad85804476bf91ab06c645c7c744449eaec02 Mon Sep 17 00:00:00 2001 From: s8n-ru <279801990+s8n-ru@users.noreply.github.com> Date: Tue, 5 May 2026 04:45:57 +0100 Subject: [PATCH] =?UTF-8?q?readme:=20fix=20mangled=20merge=20=E2=80=94=20c?= =?UTF-8?q?lose=20build=20code=20block,=20drop=20stray=20fence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 118185b..d25baa0 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,6 @@ 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. - --- ## Build from source @@ -78,6 +73,10 @@ 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. ---