From 0e24b55f3389733b9b30b6d325df9dedcab4750b Mon Sep 17 00:00:00 2001 From: 0xf8 <0xf8.dev@proton.me> Date: Wed, 21 Jun 2023 18:00:35 -0400 Subject: [PATCH] Edit readme --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ef92a81..14776179 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,17 @@ PollyMC logo

-PollyMC is a **fork** of Prism Launcher that adds support for Ely.by accounts and allows you to play offline mode without an account +PollyMC is a **fork** of Prism Launcher that adds support for Ely.by accounts (and the 0xf8 fork adds support for any server running yggdrasil) and allows you to play offline mode without an account +This fork is also not endorsed by or affiliated with the original PollyMC project. PollyMC is not endorsed by or affiliated with the Prism Launcher project. If you have any problems open an issue here, do not bug the Prism Launcher maintainers. -Binaries can be found in the [releases section](https://github.com/fn2006/PollyMC/releases/latest). - -To build this yourself, follow [the instructions on the Prism Launcher website](https://prismlauncher.org/wiki/development/build-instructions) but clone this repo instead. +## Build +``` +mkdir build +cd build +cmake .. -DLauncher_FORCED_BUNDLED_LIBS=on +make +```