We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97fe4e commit 28e36c6Copy full SHA for 28e36c6
README.md
@@ -19,11 +19,28 @@ Sentire provides an intuitive CLI for interacting with Sentry's API. It covers t
19
20
### Prerequisites
21
22
-- Go 1.25 or later
23
- A Sentry API token with appropriate permissions
24
+### Using Homebrew (macOS)
25
+
26
+```bash
27
+brew install andreagrandi/tap/sentire
28
+```
29
30
+### Using Go install
31
32
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
40
### Building from source
41
42
+Prerequisites: Go 1.25 or later
43
44
```bash
45
git clone <repository-url>
46
cd sentire
0 commit comments