winget: add page (#4435)

This commit is contained in:
Jamie Magee
2020-10-05 16:56:02 +02:00
committed by GitHub
parent 53241532ce
commit 8059d34e64

16
pages/windows/winget.md Normal file
View File

@@ -0,0 +1,16 @@
# winget
> Windows Package Manager CLI.
> More information: <https://docs.microsoft.com/windows/package-manager/winget>.
- Install a package:
`winget install {{package}}`
- Display information about a package:
`winget show {{package}}`
- Search for a package:
`winget search {{package}}`