From be42963441ac43f66017017d071dcaca494ec505 Mon Sep 17 00:00:00 2001 From: Belac Darkstorm Date: Fri, 9 Sep 2016 09:31:27 -0500 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d23e808..abfb569 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LinuxPA The goal is to create a fully functional PortableApps.com type launcher that can properly parse data from the PortableApps.com format. Apps are launched by a .sh file in the app's directory. Currently pulls out the Name and Category from App/AppInfo/appinfo.ini -Works well with AppImage apps. +I'm trying to make it work well with [AppImages](http://appimage.org/). # Why? I know that Linux only has about 2% desktop usage and I know that the traditional way to install apps isn't portable, but over the past year or so I've started to put linux apps on my flash drive (AppImage is a great example of a portable solution to linux apps. Also a lot of DRM-free games can be run portably), but there was no easy way to organize my linux apps, so I created one. I personally have used the PortableApps.com launcher for years now and I love how properly formated the apps are, which allows me to grab info about the app easily.