Merge pull request #86 from digitalcoyote/patch-1

Added Chocolatey install instructions for Windows.
This commit is contained in:
Alexander Lukyanchikov 2020-01-27 15:59:29 -05:00 committed by GitHub
commit 1af22f6bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ Note: `libasound2-dev` system library is required to be installed for Sampler to
### Windows (experimental)
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)
## Usage