README: fix cmd.exe %PATH -> %PATH%

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-08-27 10:50:41 +08:00
parent 1362f34249
commit 13e5a7a968

View File

@ -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;
```