From 0a44c600243636ef8fbaf11c728c49412e8ad8d4 Mon Sep 17 00:00:00 2001 From: Sam Ellicott Date: Thu, 11 Nov 2021 20:17:28 -0500 Subject: [PATCH] Update README.md Fix path in Windows compile instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35636b5..ea45090 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ There are 3 options available for building on Windows, clang, or TCC, MSYS2. ### clang Start by [downloading](https://clang.llvm.org/) the clang compiler, and installing it. -Edit the batch script at `colorchord1/windows/compile-clang.bat`: +Edit the batch script at `colorchord2/windows/compile-clang.bat`: - Verify that the executable location is correct, on line 0 (`CC`). If you have the Windows SDK installed, you should not need to do any additional work.