From 041c963340701f3fc7cf887874b671e781e1de00 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 10 Mar 2026 14:55:28 -0400 Subject: [PATCH] Remove Configure API keys section from README arc install handles API key setup interactively. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 588ca8b16..1cb65bf6b 100644 --- a/README.md +++ b/README.md @@ -90,17 +90,6 @@ cargo build --release -### 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