diff options
author | swirl <swurl@swurl.xyz> | 2022-01-09 13:32:10 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-09 13:32:12 -0500 |
commit | 29e9d65cb2bd5a237e7b6b0dc2be077499828178 (patch) | |
tree | 760b545314201eceb656ab2b650acc0cf2bf8720 | |
parent | 42574f185ee58e00ece182097f016e2a57a7f55a (diff) | |
download | PrismLauncher-29e9d65cb2bd5a237e7b6b0dc2be077499828178.tar.gz PrismLauncher-29e9d65cb2bd5a237e7b6b0dc2be077499828178.tar.bz2 PrismLauncher-29e9d65cb2bd5a237e7b6b0dc2be077499828178.zip |
rpm readme update
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Several source build packages are available, along with experimental pre-built g - A [Nix](packages/nix/NIX.md) derivation is available in repo. - 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`. +- An RPM package is available on [COPR](https://copr.fedorainfracloud.org/coprs/sentry/polymc/), or can be built by going to the `packages/rpm` directory and running `rpmbuild -bb polymc.spec`. - 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/ - [Linux (AMD64) System](https://packages.polymc.org/latest/lin64-system/lin64-system.tar.zst) ([SHA256](https://packages.polymc.org/latest/lin64-system/lin64-system.tar.zst.sha256)) - this is a generic system package intended to be used as a base for making distro-specific packages. |