Remove Configure API keys section from README

arc install handles API key setup interactively.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-10 14:55:28 -04:00
parent 588254c43c
commit 041c963340

View file

@ -90,17 +90,6 @@ cargo build --release
</details>
### Configure API keys
Set at least one LLM provider key:
```bash
export ANTHROPIC_API_KEY=sk-ant-...
# and/or
export OPENAI_API_KEY=sk-...
export GEMINI_API_KEY=AI...
```
### Run the setup wizard
```bash