aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUsernameSwift <usernameswift@tar.black>2022-09-07 20:39:19 -0400
committeraxtloss <axtlos@tar.black>2022-09-08 06:01:33 +0200
commitbd4949f2b32146c8e48ce309ecd04ea2b49da1a1 (patch)
tree39dabd160b6101ae1269210112193f775a98b6b8 /README.md
parenta01263fcc51eb0b62d154b7babf35781bcdd5915 (diff)
downloadflatpaks-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.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 91cdbb5..f9f7ee9 100644
--- a/README.md
+++ b/README.md
@@ -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.