From 06e2afef1d632f3ee06843adaf2cc3c2f4b1d86e Mon Sep 17 00:00:00 2001 From: Belac Darkstorm Date: Tue, 13 Sep 2016 08:03:55 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf0f37e..807a02e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LinuxPA -LinuxPA is a try to bring a PortableApps.com type launcher to Linux. +LinuxPA is a try to bring a [PortableApps.com](http://portableapps.com) type launcher to Linux. # App Detection LinuxPA looks in all folders in the PortableApps folder for, first, a script file (starts with the shebang (`#!`)) and, secondly, a native linux executable (starts with ELF). It will only add the first one it finds.