From 5b0b2291d283e6e1a44ab6bb174a84da3aa2499a Mon Sep 17 00:00:00 2001 From: Alexander Lukyanchikov Date: Sun, 18 Aug 2019 13:40:19 -0400 Subject: [PATCH] Update download links to 1.0.3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3801d0a..ad8a603 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,19 @@ brew cask install sampler ``` or ```bash -sudo curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-darwin-amd64 +sudo curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v1.0.3/sampler-1.0.3-darwin-amd64 sudo chmod +x /usr/local/bin/sampler ``` ### Linux ```bash -sudo wget https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-linux-amd64 -O /usr/local/bin/sampler +sudo wget https://github.com/sqshq/sampler/releases/download/v1.0.3/sampler-1.0.3-linux-amd64 -O /usr/local/bin/sampler sudo chmod +x /usr/local/bin/sampler ``` 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 install 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/) -[Download .exe](https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-windows-amd64.exe) +[Download .exe](https://github.com/sqshq/sampler/releases/download/v1.0.3/sampler-1.0.3-windows-amd64.exe) ## Usage You specify shell commands, Sampler executes them with a required rate. The output is used for visualization.