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.