diff options
Diffstat (limited to 'guidelines/Windows')
-rw-r--r-- | guidelines/Windows | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guidelines/Windows b/guidelines/Windows index 3bd86f3ec..16ba57c9d 100644 --- a/guidelines/Windows +++ b/guidelines/Windows @@ -54,7 +54,7 @@ As root (or other user with write access to /usr/local/src): Then as regular user in some directory where you build stuff: - git clone https://github.com/cliffordwolf/yosys.git yosys-win32 + git clone https://github.com/YosysHQ/yosys.git yosys-win32 cd yosys-win32 make config-mxe - make -j$(nproc) mxebin
\ No newline at end of file + make -j$(nproc) mxebin |