From 6c412055f840ed14d974efbf5149d0d9bc36e1ca Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Tue, 3 Oct 2023 14:26:59 +0200 Subject: [PATCH] Add winget download instructions --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 78ad5985e..e653c3e54 100644 --- a/README.md +++ b/README.md @@ -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