mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 06:35:45 +02:00
winget: add German translation (#6943)
This commit is contained in:
parent
af68b27c9c
commit
23978a3f42
1 changed files with 16 additions and 0 deletions
16
pages.de/windows/winget.md
Normal file
16
pages.de/windows/winget.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# winget
|
||||||
|
|
||||||
|
> Windows Package Manager CLI.
|
||||||
|
> Weitere Informationen: <https://docs.microsoft.com/windows/package-manager/winget>.
|
||||||
|
|
||||||
|
- Installiere ein Paket:
|
||||||
|
|
||||||
|
`winget install {{paket}}`
|
||||||
|
|
||||||
|
- Zeige Informationen über ein Paket an:
|
||||||
|
|
||||||
|
`winget show {{paket}}`
|
||||||
|
|
||||||
|
- Suche ein Paket:
|
||||||
|
|
||||||
|
`winget search {{paket}}`
|
Loading…
Add table
Reference in a new issue