Skip to content

Commit 4097911

Browse files
committed
docs: use brew install in release notes template instead of curl installer
1 parent 6893d76 commit 4097911

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Follow this exact format:
153153
## Installation
154154

155155
\`\`\`bash
156-
curl -fsSL https://openboot.dev/install | bash
156+
brew install openbootdotdev/tap/openboot
157157
\`\`\`
158158

159159
## Binaries
@@ -197,7 +197,7 @@ gh release edit v0.24.0 --repo openbootdotdev/openboot --notes "$(cat <<'EOF'
197197
## Installation
198198
199199
```bash
200-
curl -fsSL https://openboot.dev/install | bash
200+
brew install openbootdotdev/tap/openboot
201201
```
202202
203203
## Binaries
@@ -223,7 +223,7 @@ EOF
223223
## Installation
224224

225225
\`\`\`bash
226-
curl -fsSL https://openboot.dev/install | bash
226+
brew install openbootdotdev/tap/openboot
227227
\`\`\`
228228

229229
## Binaries

0 commit comments

Comments
 (0)