소스 검색

Docs: Homebrew can install Opencode on Linux (#1737)

gsbain 8 달 전
부모
커밋
7af2771a7e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      packages/web/src/content/docs/docs/index.mdx

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ curl -fsSL https://opencode.ai/install | bash
 
 # Package managers
 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
 ```
 

+ 1 - 1
packages/web/src/content/docs/docs/index.mdx

@@ -63,7 +63,7 @@ You can also install it with the following:
     </TabItem>
   </Tabs>
 
-- **Using Homebrew on macOS**
+- **Using Homebrew on macOS and Linux**
 
   ```bash
   brew install sst/tap/opencode