From ed277793d6285a4940b063956a8cda2646f644a3 Mon Sep 17 00:00:00 2001 From: vinanthi07 Date: Sat, 2 May 2026 21:36:20 +0530 Subject: [PATCH 1/2] Improve Windows setup and beginner onboarding guide LiveReview Pre-Commit Check: ran (iter:1, coverage:0%) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e566a8..9c9a676 100644 --- a/README.md +++ b/README.md @@ -369,3 +369,4 @@ For detailed terms, examples of permitted and prohibited uses, and definitions, ## For Teams: LiveReview > Using `git-lrc` solo? Great. Building with a team? Check out **[LiveReview](https://hexmos.com/livereview)** — the full suite for team-wide AI code review, with dashboards, org-level policies, and review analytics. Everything `git-lrc` does, plus team coordination. +Test PR by Vinanthi \ No newline at end of file From 5f5c00e3845db43d784c93e18811f5da9b06b381 Mon Sep 17 00:00:00 2001 From: vinanthi07 Date: Sat, 2 May 2026 21:43:40 +0530 Subject: [PATCH 2/2] Improve Windows setup and beginner onboarding guide LiveReview Pre-Commit Check: ran (iter:1, coverage:0%) --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c9a676..fc0e82f 100644 --- a/README.md +++ b/README.md @@ -369,4 +369,29 @@ For detailed terms, examples of permitted and prohibited uses, and definitions, ## For Teams: LiveReview > Using `git-lrc` solo? Great. Building with a team? Check out **[LiveReview](https://hexmos.com/livereview)** — the full suite for team-wide AI code review, with dashboards, org-level policies, and review analytics. Everything `git-lrc` does, plus team coordination. -Test PR by Vinanthi \ No newline at end of file +Test PR by Vinanthi +## ⚠️ Windows Setup Notes + +- Use **PowerShell**, not Command Prompt, for installation commands. +- If `iwr` is not recognized, you are likely using CMD. + +## 🖥️ Opening the Project + +If `code .` does not work: + +1. Open Visual Studio Code manually +2. Click File → Open Folder +3. Select the project folder + +## 🔑 Gemini API Key Setup + +- Go to https://aistudio.google.com/api-keys +- Create a new project (any name) +- Generate an API key +- Paste it during setup + +## 🛠️ Common Issues + +- `iwr not recognized` → Use PowerShell +- `code . not working` → Open folder manually +- `no diff content collected` → No staged changes \ No newline at end of file