From af328aeae4172f85a34146e184274996b87ffe83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?0=25=20=5B=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20?= =?UTF-8?q?=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20?= =?UTF-8?q?=E2=96=88=5D=20100=25?= Date: Thu, 4 Jun 2026 20:40:55 -0500 Subject: [PATCH] Fixed some mistake in the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 329e21e..45842ee 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,12 @@ The Voice Assistant PoC requires an offline voice model to function. 2. Copy the entire contents of `GoogleAI_Search_Google_Gemini_Deepseek_ChatGPT_UnifiedHarness.js` from this repository. 3. Paste it into the Tampermonkey editor, overwriting the default template. 4. Go to File -> **Save** (or press Ctrl+S). +5. If running Tampermonkey in Google Chrome, ensure Allow User Scripts is enabled in the extension page under "Manage Extensions" ### 3. Build and Run the Servers 1. Open the solution in Visual Studio. 2. Build the solution to restore NuGet packages (such as `NAudio` and `Vosk`). -3. Run the **AIStudio.C2Server** project first. You should see the server console open and state that it is listening on port `8080`. +3. Run the **AI C2 Server** project first. You should see the server console open and state that it is listening on port `8080`. 4. Open your web browser (Firefox recommended) and navigate to one of the supported AI platforms: * `https://gemini.google.com/` * `https://chat.deepseek.com/`