From b59af225385cda1bf1936507eea8be07e2d71240 Mon Sep 17 00:00:00 2001 From: fsfod Date: Thu, 18 Jan 2024 00:55:08 +0000 Subject: [PATCH] Fix git apply patch command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```