winget: add Italian translation (#10042)

* winget: add Italian translation
---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
pull/23/head
Magrid 2023-04-21 08:11:44 +02:00 committed by GitHub
parent d2787720b2
commit 1873a4c599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# winget
> Gestore pacchetti a linea di comando di Windows.
> Maggiori informazioni: <https://learn.microsoft.com/windows/package-manager/winget>.
- Installa un pacchetto:
`winget install {{pacchetto}}`
- Mostra informazioni su un pacchetto:
`winget show {{pacchetto}}`
- Cerca un pacchetto:
`winget search {{pacchetto}}`
- Aggiorna tutti i pacchetti all'ultima versione:
`winget upgrade --all`
- Elenca tutti i pacchetti installati che possono essere gestiti con winget:
`winget list --source winget`