From cac2b1405289947df7ab7c0dedf68530eb7fd337 Mon Sep 17 00:00:00 2001 From: Robert H Date: Sun, 31 May 2026 13:55:50 -0500 Subject: [PATCH] README.md: Fix cmd.exe instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3b5ddd..1064d92 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A scribble of a python script for audio transcription. - Windows (PowerShell): `.venv\Scripts\Activate.ps1` - If PowerShell refuses with “running scripts is disabled on this system,” run `Set-ExecutionPolicy -Scope CurrentUser RemoteSigned` once, then try activation again. - - Windows (cmd.exe): `venv\Scripts\activate.bat` + - Windows (cmd.exe): `.venv\Scripts\activate.bat` 3. Build & Install: `pip install -e .` ## Usage