Update README.md

Fix path in Windows compile instructions
This commit is contained in:
Sam Ellicott 2021-11-11 20:17:28 -05:00 committed by GitHub
parent f6bfcb8bf9
commit 0a44c60024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.