From af2d6877a70a92637d756745166b7bbabe0b2efd Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Thu, 12 Mar 2026 16:58:27 +0100 Subject: [PATCH] Fix download instructions: direct ZIP link instead of GitHub UI reference Forgejo does not have a green Code button like GitHub. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1902f0c..1d3fce5 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ No coding required. Claude Code builds everything from four prompts. **Option A: Download ZIP (no Git required)** -1. Click the green **Code** button at the top of this page -2. Select **Download ZIP** -3. Unzip the folder and open it in your terminal +1. [Click here to download the ZIP file](https://git.thedharmalab.com/ktg/multimodal-rag-guide/archive/main.zip) +2. Unzip the folder +3. Open a terminal in that folder **Option B: Git clone**