Skip to content

Commit 9958640

Browse files
author
cpoder
committed
docs: add curl install script to README
1 parent dba12ff commit 9958640

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ patrol 'error -> error -> error .within(30s)' app.log
1919

2020
## Install
2121

22+
```bash
23+
curl -sSf https://raw.githubusercontent.com/varpulis/patrol/main/install.sh | sh
24+
```
25+
26+
Or via Cargo:
27+
2228
```bash
2329
cargo install patrol
2430
```
2531

26-
Or download a prebuilt binary from [Releases](https://github.com/varpulis/patrol/releases).
32+
Prebuilt binaries for Linux, macOS, and Windows are available on the [Releases](https://github.com/varpulis/patrol/releases) page.
2733

2834
## Quick Examples
2935

0 commit comments

Comments
 (0)