mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 14:00:30 +00:00
update brew handling
This commit is contained in:
parent
d49b1b25d1
commit
d341d26e37
4 changed files with 46 additions and 30 deletions
|
|
@ -109,9 +109,9 @@ if (image) {
|
|||
</div>
|
||||
<div class="col3">
|
||||
<h3>Homebrew</h3>
|
||||
<button class="command" data-command="brew install sst/tap/opencode">
|
||||
<button class="command" data-command="brew install opencode">
|
||||
<code>
|
||||
<span>brew install</span> <span class="highlight">sst/tap/opencode</span>
|
||||
<span>brew install</span> <span class="highlight">opencode</span>
|
||||
</code>
|
||||
<span class="copy">
|
||||
<CopyIcon />
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ You can also install it with the following commands:
|
|||
- **Using Homebrew on macOS and Linux**
|
||||
|
||||
```bash
|
||||
brew install sst/tap/opencode
|
||||
brew install opencode
|
||||
```
|
||||
|
||||
- **Using Paru on Arch Linux**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue