diff --git a/README.md b/README.md index e5af9b8..79f4623 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ powershell -ExecutionPolicy Bypass -File .\Winget-Remove-BuiltInApps.ps1 ### Installing libre softwares -Starter pack : +**Starter pack** : * Firefox ESR (FR) * 7Zip * VLC @@ -30,3 +30,27 @@ Launch terminal as administrator and run the following command : ``` winget configure --file libre-soft-start-pack.yaml --accept-configuration-agreements ``` + +**Starter pack + LibreOffice** : +* Firefox ESR (FR) +* 7Zip +* VLC +* LibreOffice + +Launch terminal as administrator and run the following command : + +``` +winget configure --file .\libre-soft-base-libreoffice.yaml --accept-configuration-agreements +``` + +**Starter pack + OnlyOffice** : +* Firefox ESR (FR) +* 7Zip +* VLC +* OnlyOffice + +Launch terminal as administrator and run the following command : + +``` +winget configure --file .\libre-soft-base-onlyoffice.yaml --accept-configuration-agreements +```