Update README.md
Added Chocolatey install instructions for Windows
This commit is contained in:
parent
4e5ba9c764
commit
b931aa0b8e
|
@ -32,6 +32,12 @@ Note: `libasound2-dev` system library is required to be installed for Sampler to
|
||||||
### Windows (experimental)
|
### Windows (experimental)
|
||||||
Recommended to use with advanced console emulators, e.g. [Cmder](https://cmder.net/)
|
Recommended to use with advanced console emulators, e.g. [Cmder](https://cmder.net/)
|
||||||
|
|
||||||
|
Via [Chocolatey](https://chocolatey.org/docs)
|
||||||
|
```powershell
|
||||||
|
choco install sampler
|
||||||
|
```
|
||||||
|
or
|
||||||
|
|
||||||
[Download .exe](https://github.com/sqshq/sampler/releases/download/v1.1.0/sampler-1.1.0-windows-amd64.exe)
|
[Download .exe](https://github.com/sqshq/sampler/releases/download/v1.1.0/sampler-1.1.0-windows-amd64.exe)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in New Issue