diff --git a/README.md b/README.md index a1b0b7a..ce6fa68 100644 --- a/README.md +++ b/README.md @@ -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.