From dfc5328b9da93bdcef40855801ef04574c1694d5 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Mon, 9 Nov 2020 10:09:06 -0500 Subject: [PATCH] Updated README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbeebe0..71636da 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ And the final step is to run the installer: $ ./install.sh [sudo] password for fmstrat: Installing... - Checking for installed apps in RDP machine... Checking for installed apps in RDP machine... Configuring Excel... Finished. Configuring PowerPoint... Finished. @@ -123,3 +122,18 @@ Adding applications to the installer is easy. Simply copy one of the application - Submit a Pull Request to add it to WinApps officially When running the installer, it will check for if any configured apps are installed, and if they are it will create the appropriate shortcuts on the host OS. + +## Checking for new application support +The installer can be run multiple times, so simply run: +``` bash +$ git pull +$ ./install.sh +[sudo] password for fmstrat: +Installing... + Checking for installed apps in RDP machine... + Configuring Excel... Finished. + Configuring PowerPoint... Finished. + Configuring Word... Finished. + Configuring Windows... Finished. +Installation complete. +``` \ No newline at end of file