Skip to content

Commit ea5d70e

Browse files
authored
Merge branch 'main' into feat/17-configwatcher-write-through
2 parents 86cfde6 + 1bab8ee commit ea5d70e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/getting-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ The gRPC service is now available at `localhost:9090`. No JWT setup needed — t
2121

2222
## 2. Install the CLI
2323

24+
### Homebrew (macOS/Linux)
25+
26+
```bash
27+
brew tap opendecree/tap
28+
brew install decree
29+
```
30+
31+
### Go install
32+
2433
```bash
2534
go install github.com/opendecree/decree/cmd/decree@latest
2635
```

0 commit comments

Comments
 (0)