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 5, 2023
1 parent 72e4d0b commit b2ffc90
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,21 @@ 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) (latest version):

```powershell
scoop bucket add extras
scoop install privacy.sexy
```
```powershell
scoop bucket add extras
scoop install privacy.sexy
```

- [winget 🪟](https://winget.run/pkg/undergroundwires/privacy.sexy) (may be outdated):

```powershell
winget install -e --id undergroundwires.privacy.sexy
```

With winget, updates require manual submission; the auto-update feature within privacy.sexy will notify you of new releases post-installation.

## Development

Expand Down

0 comments on commit b2ffc90

Please sign in to comment.