Add homebrew install instruction for macOS

This commit is contained in:
Alexander Lukyanchikov 2019-08-03 08:28:58 -04:00 committed by GitHub
parent 2359260ea9
commit 0a88bd3727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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
```