Skip to content

Commit 28e36c6

Browse files
committed
Update readme
1 parent f97fe4e commit 28e36c6

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,28 @@ Sentire provides an intuitive CLI for interacting with Sentry's API. It covers t
1919

2020
### Prerequisites
2121

22-
- Go 1.25 or later
2322
- A Sentry API token with appropriate permissions
2423

24+
### Using Homebrew (macOS)
25+
26+
```bash
27+
brew install andreagrandi/tap/sentire
28+
```
29+
30+
### Using Go install
31+
32+
```bash
33+
go install github.com/andreagrandi/sentire/cmd/sentire@latest
34+
```
35+
36+
### Download pre-built binaries
37+
38+
Download the latest release for your platform from the [releases page](https://github.com/andreagrandi/sentire/releases).
39+
2540
### Building from source
2641

42+
Prerequisites: Go 1.25 or later
43+
2744
```bash
2845
git clone <repository-url>
2946
cd sentire

0 commit comments

Comments
 (0)