Skip to content

Commit

Permalink
[Windows] winget
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Nov 9, 2024
1 parent 68b5fb9 commit 172eb0c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,16 @@ URL=mailto:[email protected]
[InternetShortcut]
URL=https://example.org
```

### winget

```bat
:: Update all packages
winget upgrade --all
:: Export packages
winget export --output backup.json
:: Import packages
winget import --input backup.json
```

0 comments on commit 172eb0c

Please sign in to comment.