diff options
author | swirl <swurl@swurl.xyz> | 2022-01-14 18:39:25 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-14 18:39:25 -0500 |
commit | 6cd4375aff98554c56a0138208d869aca0587656 (patch) | |
tree | ce6984f35da2c3622ed8c71ac33bbc036840250c /README.md | |
parent | b4f750e7db40352111417ea89a9f375ae8c746ab (diff) | |
download | PrismLauncher-6cd4375aff98554c56a0138208d869aca0587656.tar.gz PrismLauncher-6cd4375aff98554c56a0138208d869aca0587656.tar.bz2 PrismLauncher-6cd4375aff98554c56a0138208d869aca0587656.zip |
add arch linux package to readme
closes: #53
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ Several source build packages are available, along with experimental pre-built g - [Windows (32-bit)](https://packages.polymc.org/latest/win32/win32.zip) ([SHA256](https://packages.polymc.org/latest/win32/win32.zip.sha256)) - this is a portable package, you can extract it anywhere and run it. This package needs testing. - [Debian (AMD64)](https://packages.polymc.org/latest/deb/polymc-amd64.deb) ([SHA256](https://packages.polymc.org/latest/deb/polymc-amd64.deb.sha256)) - this is intended to be installed with `dpkg -i`. Alternatively, you may build the `.deb` yourself, by going to `packages/debian` and running `./makedeb.sh`. - [AppImage (AMD64)](https://packages.polymc.org/latest/appimage/PolyMC-latest-x86_64.AppImage) ([SHA256](https://packages.polymc.org/latest/appimage/PolyMC-latest-x86_64.AppImage.sha256)) - `chmod +x` must be run on this file before usage. This should work on any distribution. +- [Arch Linux (AMD64)](https://packages.polymc.org/latest/arch/polymc-bin-latest-1-x86_64.pkg.tar.zst) ([SHA256](https://packages.polymc.org/latest/arch/polymc-bin-latest-1-x86_64.pkg.tar.zst.sha256) - this is intended to be installed with `pacman -U`. This is an alternative if building the AUR package is not desired. - MacOS currently does not have any packages. We are still working on setting up MacOS packaging. ## Development |