From 34bca29bd3c43a560205149a5211bf52f39163e9 Mon Sep 17 00:00:00 2001 From: KrystalDelusion Date: Thu, 21 Apr 2022 09:23:49 +1200 Subject: [PATCH] Update Windows installation instructions References to shell changed to CMD prompt as environment.bat does not work from PowerShell. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9af76f2..ab3a831 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,10 @@ source /oss-cad-suite/environment ``` Windows ``` -from existing shell: +from existing CMD prompt: \oss-cad-suite\environment.bat -to create new shell window: +to create new CMD prompt: \oss-cad-suite\start.bat ```