From 94c01bffa263009a7f19d3db6b4a6bc6ad5022a7 Mon Sep 17 00:00:00 2001 From: samuel-w Date: Sun, 14 Jan 2024 17:02:16 -0600 Subject: [PATCH] Add install steps --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed30f23..885f293 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,17 @@ A launcher for automatically downloading the latest, or specific versions of [Op # 🚀 Installation 1. Download the latest version of the launcher from the [Releases page](https://github.com/IntelOrca/OpenLauncher/releases). 2. Save the file anywhere on your system and run it. - +## Debian/Ubuntu +1. Download the .deb file from the [Releases page](https://github.com/IntelOrca/OpenLauncher/releases). +2. Run this command as root in the location you've downloaded the .deb file to + + ``` dpkg -i openlauncher-*.deb ``` +## Fedora +1. Download the .rpm file from the [Releases page](https://github.com/IntelOrca/OpenLauncher/releases). +2. Run this command as root in the location you've downloaded the .rpm file to + + ``` rpm -U openlauncher-*.rpm ``` + # 🔨 Building **Open Launcher** is written in C# using the [AvaloniaUI](http://avaloniaui.net) framework. The application currently targets [.NET 6](https://dotnet.microsoft.com) and is typically distributed as a self contained executable.