diff options
Diffstat (limited to 'packages/web/src/content/docs/ide.mdx')
| -rw-r--r-- | packages/web/src/content/docs/ide.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/ide.mdx b/packages/web/src/content/docs/ide.mdx index 2d33aef8c..47c030598 100644 --- a/packages/web/src/content/docs/ide.mdx +++ b/packages/web/src/content/docs/ide.mdx @@ -24,7 +24,7 @@ To install opencode on VS Code and popular forks like Cursor, Windsurf, VSCodium 2. Open the integrated terminal 3. Run `opencode` - the extension installs automatically -If on the other hand you want to use your own IDE when you run `/editor` or `/export` from the TUI, you'll need to set `export EDITOR="code --wait"`. [Learn more](https://opencode.ai/docs/tui/#editor-setup). +If on the other hand you want to use your own IDE when you run `/editor` or `/export` from the TUI, you'll need to set `export EDITOR="code --wait"`. [Learn more](/docs/tui/#editor-setup). --- |
