From 13e5a7a96822d32f6bcb9302c5c2d9e3649f2dec Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Tue, 27 Aug 2019 10:50:41 +0800 Subject: [PATCH] README: fix cmd.exe %PATH -> %PATH% Signed-off-by: Sean Cross --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c3494..c2d3d8c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To install the software, extract it somewhere on your computer, then open up a t * MacOS: `export PATH=[path-to-bin]:$PATH` * Linux: `export PATH=[path-to-bin]:$PATH` * Windows Powershell: `$ENV:PATH = "[path-to-bin];" + $ENV:PATH` -* Windows cmd.exe: `PATH=[path-to-bin];%PATH` +* Windows cmd.exe: `PATH=[path-to-bin];%PATH%` To confirm installation, run the `yosys` command and confirm you get the following output; ```