added install instructions in readme

This commit is contained in:
2024-11-20 16:18:37 +01:00
parent 1099e72e11
commit 1482fc678f

View File

@@ -2,9 +2,26 @@
Repository containing all packages build or repacked as flatpaks for easy install into fedora-silverbule or other atomic linux distributions Repository containing all packages build or repacked as flatpaks for easy install into fedora-silverbule or other atomic linux distributions
## Add repository
Before we can do anything we need to add the flatpak repository on client PC so we can install and update apps
```
flatpak remote-add --if-not-exists --user flathub-user https://dl.flathub.org/flathub.flatpakrepo
flatpak remote-add --if-not-exists --user angoosh https://flatpak.angoosh.com/angoosh.flatpakrepo
```
## Install instructions ## Install instructions
### From repository
CLI:
```
flatpak install <package>
```
GUI:<br>
preferrably use `gnome-software` or KDE equivalent and simply search for the package
### From file
``` ```
git clone https://gitea.farmdash.org/angoosh/Flatpaks.git git clone https://gitea.farmdash.org/angoosh/Flatpaks.git
cd <your_desired_package> cd <your_desired_package>
flatpak install <package>.flatpak flatpak install <package>.flatpak
``` ```