From 9cfa4e073470b7d17d62f4beec81fadd955db0e8 Mon Sep 17 00:00:00 2001 From: devome <93664269+devome@users.noreply.github.com> Date: Thu, 28 Apr 2022 14:55:32 +0800 Subject: [PATCH] Add SCOOP installation method for Windows (#310) --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a073a9..1be144f 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,18 @@ You can install sonixd by downloading the [latest release](https://github.com/je ### Windows -If you prefer not to download the release binary, you can install using `winget`. - -Using your favorite terminal (cmd/pwsh): +If you prefer not to download the release binary, you can install using `winget`. Using your favorite terminal (cmd/pwsh): ``` winget install sonixd ``` +Or you can install using [scoop](https://scoop.sh). + +``` +scoop install sonixd +``` + --- ### Arch Linux