diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-01-09 15:13:15 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 00:13:15 -0500 |
commit | 87af5f631d344c26422f477d504c069261281e0a (patch) | |
tree | 0875c08580b1bcd398fac37d5f21dff430257e7d /README.md | |
parent | 27eca0694709662b1e8253d36d2160ca1563edb0 (diff) | |
download | PrismLauncher-87af5f631d344c26422f477d504c069261281e0a.tar.gz PrismLauncher-87af5f631d344c26422f477d504c069261281e0a.tar.bz2 PrismLauncher-87af5f631d344c26422f477d504c069261281e0a.zip |
Update branding: New Logo (#30)
New logo
Co-authored-by: swirl <swurl@swurl.xyz>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -1,10 +1,8 @@ <p align="center"> - <img src="https://avatars.githubusercontent.com/u/96310119" alt="PolyMC logo"/> + <img src="/program_info/polymc_light.png#gh-light-mode-only" alt="PolyMC logo"/> + <img src="/program_info/polymc_dark.png#gh-dark-mode-only" alt="PolyMC logo"/> </p> - -PolyMC 5 -========= - +<br> PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity. This is a **fork** of the MultiMC Launcher and not endorsed by MultiMC. The PolyMC community felt that the maintainer was not acting in the spirit of Free Software so this fork was made. Read "[Why was this fork made?](https://github.com/PolyMC/PolyMC/wiki/FAQ)" on the wiki for more details. @@ -12,9 +10,10 @@ This is a **fork** of the MultiMC Launcher and not endorsed by MultiMC. The Poly ## Packages Several source build packages are available, along with experimental pre-built generic packages. -- An [AUR package](https://aur.archlinux.org/packages/polymc-git/) is available. -- A Gentoo ebuild is available in the [swirl](https://git.swurl.xyz/swirl/ebuilds) overlay, named `games-action/polymc`. Check the README for instructions on how to add the overlay. -- A Flatpak is available in [Flathub](https://flathub.org/apps/details/org.polymc.PolyMC). You can install it from there or build it yourself using [this source](https://github.com/flathub/org.polymc.PolyMC). +<a href='https://flathub.org/apps/details/org.polymc.PolyMC'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a> +[![AUR package](https://img.shields.io/aur/version/polymc-git)](https://aur.archlinux.org/packages/polymc-git/) +- A Gentoo ebuild is available in the [swirl](https://git.swurl.xyz/swirl/ebuilds) overlay, named `games-action/polymc`. Check the README for instructions on how to add the overlay. +- The Flatpak can be built using [this source](https://github.com/flathub/org.polymc.PolyMC). - An RPM package is available, by going to the `packages/rpm` directory and running `./makerpm.sh`. - Generic, prebuilt packages (archived by version) can be found [here](https://packages.polymc.org/) ([latest](https://packages.polymc.org/latest)). - Last build status: https://jenkins.polymc.org/job/PolyMC/lastBuild/ @@ -30,6 +29,8 @@ If you want to contribute to PolyMC you might find it useful to join [#developme ### Building If you want to build PolyMC yourself, check [BUILD.md](BUILD.md) for build instructions. +You can build the flatpak using [this source](https://github.com/flathub/org.polymc.PolyMC). + ### Code formatting Just follow the existing formatting. @@ -51,11 +52,11 @@ Feel free to create an issue if you need help. However, you might find it easier [![PolyMC Discord](https://img.shields.io/discord/923671181020766230?label=PolyMC%20Discord)](https://discord.gg/xq7fxrgtMP) -For people who don't want to use Discord, we have a Matrix Space which is bridged to the Discord server. Be sure to enable spaces first (Settings -> Labs -> Spaces), and then you may join the space: +For people who don't want to use Discord, we have a Matrix Space which is bridged to the Discord server: [![PolyMC Space](https://img.shields.io/matrix/polymc:polymc.org?label=PolyMC%20Space&server_fqdn=matrix.polymc.org)](https://matrix.to/#/#polymc:polymc.org) -Matrix's support for spaces is still in development, so if you have issues accessing rooms via the space, then you can join the rooms directly: +If there are any issues with the space or you are using a client that does not support the feature here are the individual rooms: [![Support](https://img.shields.io/matrix/support:polymc.org?label=%23support&server_fqdn=matrix.polymc.org)](https://matrix.to/#/#support:polymc.org) [![Discussion](https://img.shields.io/matrix/discussion:polymc.org?label=%23discussion&server_fqdn=matrix.polymc.org)](https://matrix.to/#/#discussion:polymc.org) |