devome
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
3 deletions
-
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 |
|
|