diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ -# flatpaks -random stuff i packaged as flatpak +# Flatpaks +Random stuff that I packaged as Flatpaks. -# Building & installing flatpaks -just move into the directory of the flatpak you want to install and run `flatpak-builder --user --install --force-clean build-dir <filename>.yml` +# Building & Installing Flatpaks +Just move into the directory of the Flatpak you want to install, and run `flatpak-builder --user --install --force-clean build-dir <filename>.yml` -if an application needs some extra work before being aple to install/build it, it will have a readme in it describing the process in more detail +If an application needs some extra work before being able to install/build it, it will have a readme in it describing the process in more detail. |