README: Adjust for Fjord Launcher

Took out the installation section, I'll redo that once we make some
packages.
This commit is contained in:
Evan Goode 2024-05-14 22:59:28 -04:00
parent 67846827f5
commit f9815c7212

View File

@ -1,59 +1,21 @@
<p align="center">
<img src="./program_info/fjordlauncher-header-black.svg#gh-light-mode-only" alt="Fjord Launcher logo" width="60%"/>
<img src="./program_info/fjordlauncher-header.svg#gh-dark-mode-only" alt="Fjord Launcher logo" width="60%"/>
</p>
# <img src="./program_info/org.unmojang.FjordLauncher.svg" alt="Fjord Launcher logo" width="96"/> 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.
<h1>Advantages of this fork over regular Prism:</h1>
## 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).
<h1>Having a problem with the launcher?</h1>
## 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).
<h1>Installation</h1>
<h2>Windows</h2>
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.
<h3>Scoop Installer</h3>
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`.
<h2>Linux</h2>
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).
<h2>MacOS</h2>
There are builds for MacOS in the [releases section](https://github.com/unmojang/FjordLauncher/releases/latest).
<h2></h2>
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.