mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-07 07:37:19 +02:00
Updated README
This commit is contained in:
parent
bdd0e2e138
commit
a1faf4f3f4
16
README.md
16
README.md
@ -88,7 +88,6 @@ And the final step is to run the installer:
|
|||||||
$ ./install.sh
|
$ ./install.sh
|
||||||
[sudo] password for fmstrat:
|
[sudo] password for fmstrat:
|
||||||
Installing...
|
Installing...
|
||||||
Checking for installed apps in RDP machine...
|
|
||||||
Checking for installed apps in RDP machine...
|
Checking for installed apps in RDP machine...
|
||||||
Configuring Excel... Finished.
|
Configuring Excel... Finished.
|
||||||
Configuring PowerPoint... 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
|
- 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.
|
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.
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user