Skip to content

Commit

Permalink
Add winget download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Nov 4, 2023
1 parent 72e4d0b commit 6c41205
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,23 @@ Online version does not require to run any software on your computer. Offline ve
## Additional Install Options

- Check the [releases page](https://github.com/undergroundwires/privacy.sexy/releases) for all available versions.
- Using [Scoop](https://scoop.sh/#/apps?q=privacy.sexy&s=2&d=1&o=true) package manager on Windows:
- Other unofficial channels (not maintained by privacy.sexy) for Windows include:
- [Scoop](https://scoop.sh/#/apps?q=privacy.sexy&s=2&d=1&o=true) (automatically updated):

```powershell
scoop bucket add extras
scoop install privacy.sexy
```
```powershell
scoop bucket add extras
scoop install privacy.sexy
```
Scoop ensures up-to-date versions are available through its automatic update mechanism.
- [winget](https://winget.run/pkg/undergroundwires/privacy.sexy) (may be outdated):
```powershell
winget install -e --id undergroundwires.privacy.sexy
```
winget may host an outdated version as updates require manual submission to the Microsoft repository. However, the auto-update functionality in privacy.sexy will prompt you to update to the latest version after installation.
## Development
Expand Down

0 comments on commit 6c41205

Please sign in to comment.