From 8a81670918e148b2123559d068547931962d5715 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Sun, 23 Oct 2022 09:57:34 +0000 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Installation.md b/Installation.md index 46567ab..0e7af10 100644 --- a/Installation.md +++ b/Installation.md @@ -1,3 +1,13 @@ +# Standard Version installation +## Debian & Derivatives (Ubuntu, Linux Mint, ZorinOS, Pop!_OS, ...) +Head to the "Code" tab and download the deb package from the release tab. Execute the deb package once downloaded to install the app. + +## Fedora & Derivatives +Head to the "Code" tab and download the rpm package from the release tab (once available). Execute the rpm package once downloaded to install the app. + +## Arch & Derivatives +Head to the "Code tab and download the PKGBUILD file from the release tab (once available). Open a terminal, cd into the directory where you have saved the PKGBUILD file and run `makepkg -si` to install the app. + # Bleeding Edge version ## Windows This project requires you to have python >= 3.8 installed with pip enabled. If you have not installed that, or do not have pip enabled, go ahead and do so.