From cf55ca9e28b064fa7a516077a9da23e3a8e3f534 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Fri, 29 Sep 2023 14:03:07 +0200 Subject: [PATCH] Add Scoop download instructions #174 - Add "Further Installation Options" section. - Move releases page reference to the new section to keep Get Started simple. Co-authored-by: MrEddX <101912712+Zliced13@users.noreply.github.com> --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9e10681..8ad81087 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ ## Get started - 🌍️ **Online**: [https://privacy.sexy](https://privacy.sexy). -- 🖥️ **Offline**: Check [releases page](https://github.com/undergroundwires/privacy.sexy/releases), or download directly for: [Windows](https://github.com/undergroundwires/privacy.sexy/releases/download/0.12.4/privacy.sexy-Setup-0.12.4.exe), [macOS](https://github.com/undergroundwires/privacy.sexy/releases/download/0.12.4/privacy.sexy-0.12.4.dmg), [Linux](https://github.com/undergroundwires/privacy.sexy/releases/download/0.12.4/privacy.sexy-0.12.4.AppImage). +- 🖥️ **Offline**: Download directly for: [Windows](https://github.com/undergroundwires/privacy.sexy/releases/download/0.12.4/privacy.sexy-Setup-0.12.4.exe), [macOS](https://github.com/undergroundwires/privacy.sexy/releases/download/0.12.4/privacy.sexy-0.12.4.dmg), [Linux](https://github.com/undergroundwires/privacy.sexy/releases/download/0.12.4/privacy.sexy-0.12.4.AppImage). For more options, see [here](#additional-install-options). Online version does not require to run any software on your computer. Offline version has more functions such as running the scripts directly. @@ -150,6 +150,16 @@ Online version does not require to run any software on your computer. Offline ve **Contribute 👷**. Contributions of any type are welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md) as the starting point. It includes useful information like [how to add new scripts](./CONTRIBUTING.md#extend-scripts). +## 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: + + ```powershell + scoop bucket add extras + scoop install privacy.sexy + ``` + ## Development Refer to [development.md](./docs/development.md) for Docker usage and reading more about setting up your development environment.