From 0cc7f8f4458205d53828b728c94baa454ed463f3 Mon Sep 17 00:00:00 2001 From: Belac Darkstorm Date: Tue, 13 Sep 2016 08:27:05 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab00309..7cb3f8a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Because apps aren't natively formated in the PortableApps.com format, if LinuxPA # AppImage Support [AppImage Website](http://appimage.org) -Right now AppImages are simply supported via the native linux executable support, but later I'm hoping to add downloading and automatic downloading support. +Right now AppImages are simply supported via the native linux executable support, but later I'm hoping to add downloading and automatic updating support. # USB mount Unfortunately Linux, by default, doesn't support running executables off of flash drives, requiring you to mount your drive with special mount arguments, I personally use the arguments `exec,noauto,nodev,nosuid,umask=0000`