From f9815c7212fec3efda2d6922ad0cfe0cce8f1959 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Tue, 14 May 2024 22:59:28 -0400 Subject: [PATCH] README: Adjust for Fjord Launcher Took out the installation section, I'll redo that once we make some packages. --- README.md | 54 ++++++++---------------------------------------------- 1 file changed, 8 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 4059af4b2..4e7dfb162 100644 --- a/README.md +++ b/README.md @@ -1,59 +1,21 @@ -

-Fjord Launcher logo -Fjord Launcher logo -

+# Fjord Launcher logo Fjord Launcher -Fjord Launcher is a **fork** of Prism Launcher. It is **not** endorsed by or affiliated with PolyMC or Prism launcher. +Fjord Launcher is a **fork** of Prism Launcher. It is **not** endorsed by or affiliated with Prism Launcher. -

Advantages of this fork over regular Prism:

+## Advantages of this fork over Prism Launcher -Offline mode doesn't require an account. +- [Support for alternative auth servers](doc/alternative-auth-servers.md) -[Alternative auth server support](https://github.com/unmojang/FjordLauncher/wiki/Alternative-Auth-Servers). +- Offline mode doesn't require a Microsoft account -Ability to download FTB modpacks from within the launcher. +- Ability to download FTB modpacks from within the launcher -Mojang account support (Online-mode servers won't work). - -

Having a problem with the launcher?

+## Having a problem with the launcher? You **will not** open an issue in the Prism Launcher repo. -You **will not** open an issue in the PolyMC repo. - You **will not** ask about Fjord Launcher in the Prism Launcher discord. -You **will not** ask about Fjord Launcher in the PolyMC discord. +You **will** ask in #fjord-launcher in our [Matrix space](https://matrix.to/#/#unmojang:matrix.org). You **will** open an issue [here](https://github.com/unmojang/FjordLauncher/issues). - -You **will** start a discussion [here](https://github.com/unmojang/FjordLauncher/discussions). - -

Installation

- -

Windows

- -You can get installers or portable builds from the [releases section](https://github.com/unmojang/FjordLauncher/releases/latest), MSVC builds are recommended over MinGW builds but there's no real difference. - -

Scoop Installer

- -If you prefer Scoop over traditional methods of installing Windows programs, [TechPro424](https://github.com/TechPro424) maintains a Scoop bucket that provides Fjord Launcher. - -To install Fjord Launcher from Scoop: - -First run `scoop bucket add TechPro424 https://github.com/TechPro424/scoop-bucket` to add the bucket to your system. - -Then run `scoop install TechPro424/fjordlauncher`. - -

Linux

- -You can get the launcher as an AppImage, a Flatpak or a portable binary from the [releases section](https://github.com/unmojang/FjordLauncher/releases/latest). - -Alternatively, Fjord Launcher is also available on the [AUR](https://aur.archlinux.org/packages?O=0&K=fjordlauncher). - -

MacOS

- -There are builds for MacOS in the [releases section](https://github.com/unmojang/FjordLauncher/releases/latest). -

- -To build the launcher yourself, follow [the instructions on the Prism Launcher website](https://prismlauncher.org/wiki/development/build-instructions) but clone this repo instead.