add dowload links

This commit is contained in:
Alexander Lukyanchikov 2019-06-18 00:49:53 -04:00 committed by GitHub
parent 4dbe2be260
commit 43d4ab758b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -8,11 +8,18 @@ Sampler is a tool for shell commands execution, visualization and alerting. Conf
## Installation
### macOS
...
```bash
sudo curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v0.9.1-beta/sampler-0.9.1-darwin-amd64
sudo chmod +x /usr/local/bin/sampler
```
### Linux
...
```bash
sudo curl -Lo /usr/local/bin/sampler https://github.com/sqshq/sampler/releases/download/v0.9.1-beta/sampler-0.9.1-linux-amd64
sudo chmod +x /usr/local/bin/sampler
```
### Windows
...
[download .exe](https://github.com/sqshq/sampler/releases/download/v0.9.1-beta/sampler-0.9.1-windows)
## Usage
You specify shell commands, Sampler executes them with a required rate. The output is used for visualization.