From 69d1a0a543946dabe7b4b930ba44a19eba804b30 Mon Sep 17 00:00:00 2001 From: devome Date: Wed, 27 Apr 2022 20:17:33 +0800 Subject: [PATCH] Add SCOOP installation method for Windows --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a073a92..1be144f0 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