diff options
| author | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
| commit | 2391e338b4e41726e7233e2bf027a62476140130 (patch) | |
| tree | e84cae9f97b8f94e13e800e96e529d6961caca8d /README.md | |
| parent | 1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff) | |
| download | opencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz opencode-2391e338b4e41726e7233e2bf027a62476140130.zip | |
chore: rename
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -35,7 +35,7 @@ curl -fsSL https://opencode.ai/install | VERSION=0.1.0 bash ### Using Homebrew (macOS and Linux) ```bash -brew install opencode-ai/tap/opencode +brew install sst/tap/opencode ``` ### Using AUR (Arch Linux) @@ -51,7 +51,7 @@ paru -S opencode-bin ### Using Go ```bash -go install github.com/opencode-ai/opencode@latest +go install github.com/sst/opencode@latest ``` ## Configuration @@ -396,9 +396,11 @@ OpenCode supports custom commands that can be created by users to quickly send p Custom commands are predefined prompts stored as Markdown files in one of three locations: 1. **User Commands** (prefixed with `user:`): + ``` $XDG_CONFIG_HOME/opencode/commands/ ``` + (typically `~/.config/opencode/commands/` on Linux/macOS) or @@ -541,7 +543,7 @@ While the LSP client implementation supports the full LSP protocol (including co ```bash # Clone the repository -git clone https://github.com/opencode-ai/opencode.git +git clone https://github.com/sst/opencode.git cd opencode # Build |
