From f66c5b116fe5d2512ba32b5da9fa297b35824d81 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Sun, 12 Jan 2025 04:02:16 +0000 Subject: [PATCH] README: Don't mention fjordlauncher-bin MPR package prismlauncher-bin [1] is out of date and so fjordlauncher-bin also hasn't been updated in a while. Not sure whether -bin packages are dangerous on MPR as they are on AUR, so we'll just omit it from the install instructions for now. [1] https://mpr.makedeb.org/packages/prismlauncher-bin --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index de611392e..88ae0421e 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,24 @@ All launcher code is available under the GPL-3.0-only license. The logo and related assets are under the CC BY-NC-SA 4.0 license. +#### macOS (Manual) + +There are builds for macOS in the [releases section](https://github.com/lunaislazier/ShatteredPrism/releases/latest). + +### Nix + +This repository contains a Nix flake: + +```Shell +nix run github:lunaislazier/ShatteredPrism +``` + +See [nix/README.md](nix/README.md) for details. + +### Other Linux + +AppImages are available in the [releases section](https://github.com/lunaislazier/ShatteredPrism/releases/latest). + ## Building To build the launcher yourself, follow the instructions on the Prism Launcher website, but clone this repo instead: