summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-13 10:02:39 -0500
committeradamdottv <[email protected]>2025-05-13 10:02:39 -0500
commit2391e338b4e41726e7233e2bf027a62476140130 (patch)
treee84cae9f97b8f94e13e800e96e529d6961caca8d /README.md
parent1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff)
downloadopencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz
opencode-2391e338b4e41726e7233e2bf027a62476140130.zip
chore: rename
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5db86c74b..b4667f11d 100644
--- a/README.md
+++ b/README.md
@@ -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