diff --git a/README.md b/README.md index f542088..7092e0b 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,15 @@ Use White List instead of Black List. This setting will not create the "excluded Get Black/White List from Path (URL/UNC/Local) (download/copy to Winget-AutoUpdate installation location if external list is newer). **-ModsPath** -Get Mods from Path (URL/UNC/Local) (download/copy to `mods` in Winget-AutoUpdate installation location if external mods is newer). -For URL: This requires a site with `Options +Indexes` in `.htaccess` and no index page overriding the listing of files or an index page with href listings of all the Mods to be downloaded! +Get Mods from Path (URL/UNC/Local) (download/copy to `mods` in Winget-AutoUpdate installation location if external mods is newer). +For URL: This requires a site with `Options +Indexes` in `.htaccess` and no index page overriding the listing of files. +Or an index page with href listings of all the Mods to be downloaded (with a first link to skip, emulating a directory list): +>
**-InstallUserContext** Install WAU with system and **user** context executions (From version 1.15.3)