1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:46:00 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`