minor documentation improvement

This commit is contained in:
Alexander Lukyanchikov 2019-08-04 22:29:38 -04:00 committed by sqshq
parent e1e6eb0538
commit 7b6315a07a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ chmod +x /usr/local/bin/sampler
wget https://github.com/sqshq/sampler/releases/download/v1.0.1/sampler-1.0.1-linux-amd64 -O /usr/local/bin/sampler wget https://github.com/sqshq/sampler/releases/download/v1.0.1/sampler-1.0.1-linux-amd64 -O /usr/local/bin/sampler
chmod +x /usr/local/bin/sampler chmod +x /usr/local/bin/sampler
``` ```
Note: `libasound2-dev` library is required for Sampler (used to play [triggers](https://github.com/sqshq/sampler#triggers)) sound tone. Usually it is in place, but if not - the recommendation for now is to install it, e.g `apt install libasound2-dev` Note: `libasound2-dev` system library is required to be installed for Sampler to play a [trigger](https://github.com/sqshq/sampler#triggers) sound tone. Usually the library is in place, but if not - you can do it with your favorite package manager, e.g `apt install libasound2-dev`
### 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/)