docs: simplify intro page
This commit is contained in:
parent
96a9731947
commit
6216dbae15
1 changed files with 13 additions and 25 deletions
|
|
@ -8,31 +8,6 @@ description: "Get started with OpenCode."
|
|||
wipe your data, things may break, and APIs, configuration, and plugin APIs may change.
|
||||
</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
|
||||
|
||||
<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
|
||||
|
||||
With OpenCode you can use any LLM provider by configuring its API key.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue