Skip to content

Commit

Permalink
docs: add info for installing using winget (#393)
Browse files Browse the repository at this point in the history
winget comes with current version of Windows 10 and 11 and provides command-line installation of software for Windows.

Signed-off-by: Daniel F. Dickinson <[email protected]>
  • Loading branch information
danielfdickinson authored Aug 11, 2024
1 parent 49add79 commit 80a757d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ Resticprofile can be installed from [scoop](https://scoop.sh) main bucket:
scoop install resticprofile
```

## Installation using winget

Resticprofile can be installed using [winget](https://learn.microsoft.com/en-ca/windows/package-manager/) which is included with Windows 10 and 11.

```powershell
winget install creativeprojects.resticprofile
```

## Manual installation

- Download the package corresponding to your system and CPU from the [release page](https://github.com/creativeprojects/resticprofile/releases)
Expand Down

0 comments on commit 80a757d

Please sign in to comment.