From 6a8bd5670ce302bd5d4c32bf8cc4fd9f3fac72c1 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Thu, 4 May 2023 10:09:48 +0200 Subject: [PATCH] Doc accuracy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06c5a20..57f585b 100644 --- a/README.md +++ b/README.md @@ -129,10 +129,10 @@ For **AzureBlob**: This requires the parameter **-AzureBlobURL** to be set with Used in conjunction with the **-ModsPath** parameter to provide the Azure Storage Blob URL with SAS token. The SAS token must, at a minimum, have 'Read' and 'List' permissions. It is recommended to set the permisions at the container level and rotate the SAS token on a regular basis. Ensure the container reflects the same structure as found under the initial `mods` folder. (From version 1.16.4). **-InstallUserContext** -Install WAU with system and **user** context executions (From version 1.15.3). +Install WAU with system and **user** context executions (From version 1.15.3). Applications installed in system context will be ignored under user context. **-BypassListForUsers** -Bypass Black/White list when run in user context (From version 1.15.0). +Bypass Black/White list when run in user context (From version 1.15.0). Also bypass system list (Allowing failing apps to retry under user context. Admin right might be required). **-NoClean** Keep critical files when installing/uninstalling. This setting will keep "excluded_apps.txt", "included_apps.txt", "mods" and "logs" as they were.