Browse Source

Add SCOOP installation method for Windows (#310)

master
devome 3 years ago
committed by GitHub
parent
commit
9cfa4e0734
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

10
README.md

@ -60,14 +60,18 @@ You can install sonixd by downloading the [latest release](https://github.com/je
### Windows ### Windows
If you prefer not to download the release binary, you can install using `winget`. If you prefer not to download the release binary, you can install using `winget`. Using your favorite terminal (cmd/pwsh):
Using your favorite terminal (cmd/pwsh):
``` ```
winget install sonixd winget install sonixd
``` ```
Or you can install using [scoop](https://scoop.sh).
```
scoop install sonixd
```
--- ---
### Arch Linux ### Arch Linux

Loading…
Cancel
Save