From 64ca63835059e1545f132b98c919442514758760 Mon Sep 17 00:00:00 2001 From: sqshq Date: Wed, 7 Aug 2019 01:08:47 -0400 Subject: [PATCH] added sudo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5aa81c8..b7aea21 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ brew cask install sampler ``` or ```bash -curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-darwin-amd64 -chmod +x /usr/local/bin/sampler +sudo curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-darwin-amd64 +sudo chmod +x /usr/local/bin/sampler ``` ### Linux ```bash -wget https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-linux-amd64 -O /usr/local/bin/sampler -chmod +x /usr/local/bin/sampler +sudo wget https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-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)