diff options
author | UsernameSwift <usernameswift@tar.black> | 2022-09-07 20:39:19 -0400 |
---|---|---|
committer | axtloss <axtlos@tar.black> | 2022-09-08 06:01:33 +0200 |
commit | bd4949f2b32146c8e48ce309ecd04ea2b49da1a1 (patch) | |
tree | 39dabd160b6101ae1269210112193f775a98b6b8 /README.md | |
parent | a01263fcc51eb0b62d154b7babf35781bcdd5915 (diff) | |
download | flatpaks-bd4949f2b32146c8e48ce309ecd04ea2b49da1a1.tar.gz flatpaks-bd4949f2b32146c8e48ce309ecd04ea2b49da1a1.tar.bz2 |
Fix up the main and Coreutils READMEs, and make the Coreutils manifest pull from the web
Diffstat (limited to '')
-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. |