Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3f6d5f5ef7
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