diff --git a/readme.md b/readme.md index 3df4c1441..3e876b55c 100644 --- a/readme.md +++ b/readme.md @@ -202,7 +202,7 @@ If this doesn't work, consider asking for help at [Winget's own project page](ht A: This is a known limitation of Winget. -See more details in issue https://github.com/microsoft/winget-cli/issues/2603.
+See more details on issue https://github.com/microsoft/winget-cli/issues/2603.
# @@ -210,7 +210,7 @@ See more details in issue https://github.com/microsoft/winget-cli/issues/2603. @@ -225,13 +225,13 @@ To mitigate the risks of downloading malware, Microsoft has implemented a few ch

Check out the Wiki for more information!

## Command-line parameters: -`--daemon`: Start WingetUI without spawnign a new window. WingetUI will run minimized on the system tray. WingetUI is called with this parameter when launched at startup. **Autostart WingetUI in the notifications area** must be enabled in order for this paramater to work.
+`--daemon`: Start WingetUI without spawning a new window. WingetUI will run minimized on the system tray. WingetUI is called with this parameter when launched at startup. **Autostart WingetUI in the notifications area** must be enabled for this parameter to work.
`--welcomewizard` (or simply `--welcome`): Show a window to choose which package managers to use.
-`--updateapps`: Enable automatic install of available updates. +`--updateapps`: Enable automatic installation of available updates. `--report-all-errors`: May help debug crashes (WingetUI 3.0 and newer) ### Installer command-line parameters: -The installer is inno-setup based, so it supports regular Inno Setup command-line parameters. Additionally, it does also support the following ones: +The installer is inno-setup based, so it supports regular Inno Setup command-line parameters. Additionally, it also supports the following parameters:
`/NoAutoStart`: Will not launch WingetUI after installing it.
`/ALLUSERS`: Install WingetUI for every user
`/CURRENTUSER`: Install WingetUI for the current user only