diff --git a/README.md b/README.md index e850bd421..05b8f90f4 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ cd llvm-project ``` Get the following patches required for development work. To apply these patches on Linux and MacOS execute the following command ``` -git apply -v ..\patches\llvm\clang${{ matrix.clang-runtime }}-*.patch +git apply -v .../patches/llvm/clang17-*.patch ``` and ```