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

Commit

Permalink
Add SCOOP installation method for Windows (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
devome authored Apr 28, 2022
1 parent 3bfd2fb commit 9cfa4e0
Showing 1 changed file with 7 additions and 3 deletions.
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

0 comments on commit 9cfa4e0

Please sign in to comment.