diff --git a/AM2RLauncher/AM2RLauncher/MainForm/Splash.cs b/AM2RLauncher/AM2RLauncher/MainForm/Splash.cs index 44e3593..8c82db3 100644 --- a/AM2RLauncher/AM2RLauncher/MainForm/Splash.cs +++ b/AM2RLauncher/AM2RLauncher/MainForm/Splash.cs @@ -39,7 +39,8 @@ namespace AM2RLauncher "Use of the Launcher has now been authorized!", "Oh? So you're patching me?", "I, Gawron Giovana, have a dream.", - "Oooh weee ooo, I look just like an Omega" + "Oooh weee ooo, I look just like an Omega", + "AH THE MOLE" }; /// diff --git a/README.md b/README.md index d86d1d1..3813713 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,21 @@ Linux needs the following dependencies installed: - `openssl` - `fuse2` -Refer to your local package manager for Instructions. -Optionally, for APK creation any Java runtime is needed. +Optionally, for APK creation any Java runtime is needed. + +### Arch Linux +On Arch Linux, you can install these by running this: +(Multilib repositories are required, instructions on how to enable them can be found [here](https://wiki.archlinux.org/title/Official_repositories#Enabling_multilib)) + +`sudo pacman -S --needed dotnet-runtime fuse2 gtk3 libappindicator-gtk3 openssl webkit2gtk xdelta3 lib32-openal lib32-libpulse jre-openjdk` + +For other distros, refer to your local package manager for instructions. ## Downloads Downloads can be found at the [Release Page](https://github.com/AM2R-Community-Developers/AM2RLauncher/releases). +Alternatively, for Arch Linux users an [AUR Package](https://aur.archlinux.org/packages/am2rlauncher/) also exist. Install it with `makepkg -si` or use your favourite AUR helper. + # Compiling Instructions: ## Dependencies For compiling for Windows .Net Framework 4.8 SDK is needed. For Linux .Net Core 5.0 SDK is needed.