README: add missing % to PATH Command

This fixes issue #1.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-08-25 00:19:07 +02:00
parent 54c7f5ffd0
commit a6db2af051

View File

@ -9,7 +9,7 @@ Download the [latest release](https://github.com/im-tomu/fomu-toolchain/releases
* 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 a command such as `nextpnr-ice40` or `yosys`.