From beb0b7fe9bc78433b3516537283048f3fd77944f Mon Sep 17 00:00:00 2001 From: Fahad Date: Tue, 10 Jun 2025 11:28:45 +0400 Subject: [PATCH] docs: add link to Claude Code configuration as alternative option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update 'save this output\!' instruction to mention Claude Code option - Add direct link to Claude Code configuration section - Helps users who prefer Claude Code over Claude Desktop This clarifies that users have two configuration options and can skip the Claude Desktop step if they're using Claude Code directly. 🤖 Generated with Claude Code Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd7b3e7..5a63e65 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ setup-docker-env.bat - Create a `.env` file with your API key (automatically uses `$GEMINI_API_KEY` if already in your environment) - **Automatically build the Docker image for you** - no manual build needed! - Clean up any existing containers/images before building fresh -- **Display the exact Claude Desktop configuration to copy** - save this output! +- **Display the exact Claude Desktop configuration to copy** - save this output for the next step, or configure [Claude Code directly](#5-connect-to-claude-code) - Show you where to paste the configuration **To update the app:** Simply run the setup script again - it will rebuild everything automatically.