docs: simplify intro page
This commit is contained in:
+13
-25
@@ -8,31 +8,6 @@ description: "Get started with OpenCode."
|
|||||||
wipe your data, things may break, and APIs, configuration, and plugin APIs may change.
|
wipe your data, things may break, and APIs, configuration, and plugin APIs may change.
|
||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
[**OpenCode**](https://opencode.ai) is an open source AI coding agent. It's available as a terminal-based interface or
|
|
||||||
desktop app.
|
|
||||||
|
|
||||||
<img
|
|
||||||
src="https://raw.githubusercontent.com/anomalyco/opencode/dev/packages/web/src/assets/lander/screenshot.png"
|
|
||||||
alt="OpenCode TUI with the opencode theme"
|
|
||||||
/>
|
|
||||||
|
|
||||||
Let's get started.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
#### Prerequisites
|
|
||||||
|
|
||||||
To use OpenCode in your terminal, you'll need:
|
|
||||||
|
|
||||||
1. A modern terminal emulator like:
|
|
||||||
- [Ghostty](https://ghostty.org), Linux and macOS
|
|
||||||
- [WezTerm](https://wezterm.org), cross-platform
|
|
||||||
- [Alacritty](https://alacritty.org), cross-platform
|
|
||||||
- [Kitty](https://sw.kovidgoyal.net/kitty/), Linux and macOS
|
|
||||||
2. API keys for the LLM providers you want to use.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
<Note>The curl install script is not available in beta.</Note>
|
<Note>The curl install script is not available in beta.</Note>
|
||||||
@@ -99,6 +74,19 @@ Standalone binaries are not available in beta.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Prerequisites
|
||||||
|
|
||||||
|
To use OpenCode in your terminal, you'll need:
|
||||||
|
|
||||||
|
1. A modern terminal emulator like:
|
||||||
|
- [Ghostty](https://ghostty.org), Linux and macOS
|
||||||
|
- [WezTerm](https://wezterm.org), cross-platform
|
||||||
|
- [Alacritty](https://alacritty.org), cross-platform
|
||||||
|
- [Kitty](https://sw.kovidgoyal.net/kitty/), Linux and macOS
|
||||||
|
2. API keys for the LLM providers you want to use.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Connect
|
## Connect
|
||||||
|
|
||||||
With OpenCode you can use any LLM provider by configuring its API key.
|
With OpenCode you can use any LLM provider by configuring its API key.
|
||||||
|
|||||||
Reference in New Issue
Block a user