From 0a88bd37270b88221ddb9fbe7f6589bc3ba02bfe Mon Sep 17 00:00:00 2001 From: Alexander Lukyanchikov Date: Sat, 3 Aug 2019 08:28:58 -0400 Subject: [PATCH] Add homebrew install instruction for macOS --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d0da6f..dfae9bf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Sampler is a tool for shell commands execution, visualization and alerting. Conf ### macOS ```bash +brew cask install sampler +``` +or +```bash sudo curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v1.0.0/sampler-1.0.0-darwin-amd64 sudo chmod +x /usr/local/bin/sampler ```