Updated Installation (markdown)

simplePCBuilding
2022-10-23 09:57:34 +00:00
parent 8868f07e2c
commit 8a81670918

@@ -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.