diff --git a/pages/windows/winget.md b/pages/windows/winget.md new file mode 100644 index 000000000..8682858fa --- /dev/null +++ b/pages/windows/winget.md @@ -0,0 +1,16 @@ +# winget + +> Windows Package Manager CLI. +> More information: . + +- Install a package: + +`winget install {{package}}` + +- Display information about a package: + +`winget show {{package}}` + +- Search for a package: + +`winget search {{package}}`