add dowload links
This commit is contained in:
parent
4dbe2be260
commit
43d4ab758b
13
README.md
13
README.md
|
@ -8,11 +8,18 @@ Sampler is a tool for shell commands execution, visualization and alerting. Conf
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### macOS
|
### 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
|
### 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
|
### Windows
|
||||||
...
|
[download .exe](https://github.com/sqshq/sampler/releases/download/v0.9.1-beta/sampler-0.9.1-windows)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
You specify shell commands, Sampler executes them with a required rate. The output is used for visualization.
|
You specify shell commands, Sampler executes them with a required rate. The output is used for visualization.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue