Docs: Homebrew can install Opencode on Linux (#1737)
parent
c9a3b35ac2
commit
7af2771a7e
|
|
@ -26,7 +26,7 @@ curl -fsSL https://opencode.ai/install | bash
|
||||||
|
|
||||||
# Package managers
|
# Package managers
|
||||||
npm i -g opencode-ai@latest # or bun/pnpm/yarn
|
npm i -g opencode-ai@latest # or bun/pnpm/yarn
|
||||||
brew install sst/tap/opencode # macOS
|
brew install sst/tap/opencode # macOS and Linux
|
||||||
paru -S opencode-bin # Arch Linux
|
paru -S opencode-bin # Arch Linux
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ You can also install it with the following:
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
- **Using Homebrew on macOS**
|
- **Using Homebrew on macOS and Linux**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install sst/tap/opencode
|
brew install sst/tap/opencode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue