diff --git a/pages/windows/winget.md b/pages/windows/winget.md index 20da29767e..20d28c9270 100644 --- a/pages/windows/winget.md +++ b/pages/windows/winget.md @@ -5,11 +5,11 @@ - Install a package: -`winget install {{package}}` +`winget {{[add|install]}} {{package}}` - Remove a package (Note: `remove` can also be used instead of `uninstall`): -`winget uninstall {{package}}` +`winget {{[rm|uninstall]}} {{package}}` - Display information about a package: @@ -21,11 +21,11 @@ - Upgrade all packages to the latest versions: -`winget upgrade --all` +`winget upgrade {{[-r|--all]}}` - List all packages installed that can be managed with `winget`: -`winget list --source winget` +`winget {{[ls|list]}} {{[-s|--source]}} winget` - Import packages from a file, or export installed packages to a file: