From 7b6315a07a2c9e3b5bd09acf9d97dd78ef4fa88b Mon Sep 17 00:00:00 2001 From: Alexander Lukyanchikov Date: Sun, 4 Aug 2019 22:29:38 -0400 Subject: [PATCH] minor documentation improvement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afd4a76..e85bf6f 100644 --- a/README.md +++ b/README.md @@ -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 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) Recommended to use with advanced console emulators, e.g. [Cmder](https://cmder.net/)