Edit readme

This commit is contained in:
0xf8 2023-06-21 18:00:35 -04:00
parent ebbfaf8713
commit 0e24b55f33
Signed by: 0xf8
GPG Key ID: 446580D758689584
1 changed files with 9 additions and 4 deletions

View File

@ -3,12 +3,17 @@
<img src="./program_info/pollymc-header.svg#gh-dark-mode-only" alt="PollyMC logo" width="60%"/>
</p>
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
```