We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f19852 + 1bab8ee commit 475cda4Copy full SHA for 475cda4
1 file changed
docs/getting-started.md
@@ -21,6 +21,15 @@ The gRPC service is now available at `localhost:9090`. No JWT setup needed — t
21
22
## 2. Install the CLI
23
24
+### Homebrew (macOS/Linux)
25
+
26
+```bash
27
+brew tap opendecree/tap
28
+brew install decree
29
+```
30
31
+### Go install
32
33
```bash
34
go install github.com/opendecree/decree/cmd/decree@latest
35
```
0 commit comments