From a6db2af0510a8449929e7363ab52ec24308d7f2c Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Sun, 25 Aug 2019 00:19:07 +0200 Subject: [PATCH] README: add missing % to PATH Command This fixes issue #1. Signed-off-by: Sean Cross --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a5d5b..5b0964e 100644 --- a/README.md +++ b/README.md @@ -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`.