11 lines
304 B
Markdown
11 lines
304 B
Markdown
# Flatpaks
|
|
|
|
Repository containing all packages build or repacked as flatpaks for easy install into fedora-silverbule or other atomic linux distributions
|
|
|
|
## Install instructions
|
|
```
|
|
git clone https://gitea.farmdash.org/angoosh/Flatpaks.git
|
|
cd <your_desired_package>
|
|
flatpak install <package>.flatpak
|
|
```
|