commit cbc3c5ce75ad6170f79da66f91f77caba0554489
parent b21644c682eebf89d5cbfb6b3285bbf4f68161d0
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date: Tue, 17 Feb 2026 16:55:24 +0530
Revise frontend setup instructions in README
Updated instructions for downloading and renaming the HTML file, and corrected the line number for the Configuration section.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -100,9 +100,9 @@ A privacy-focused, self-hosted WhatsApp archiving tool. It captures messages (in
## Step 4: Setup Frontend (The Viewer)
-1. Download the `chat.html` file from this repository and rename it to `index.html`.
+1. Download the `index.html` file from this repository.
2. Open `index.html` in a text editor (Notepad, VS Code, etc.).
-3. Locate the Configuration section (around line 370).
+3. Locate the Configuration section (around line 675).
4. **Fill in the details**:
* `RENDER_BACKEND_URL`: Your Render URL (e.g., `https://your-app.onrender.com` - **No trailing slash**).
* `firebaseConfig`: The keys you copied in Step 1.5.