Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Add SCOOP installation method for Windows #310

Merged
merged 1 commit into from
Apr 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down