Skip to content

Commit

Permalink
Fix git apply patch command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fsfod committed Jan 18, 2024
1 parent 1993142 commit b59af22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b59af22

Please sign in to comment.