diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-16 14:26:42 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-16 14:27:44 +0100 |
commit | 098e3cf8f7e56aaaf3715161b72b0a4882e3e9da (patch) | |
tree | a0ae4d24293aed5735f463e00e8b4301e89c0d27 /misc/hooks | |
parent | 1edbe4f3c1626d20511bd2741435263fc3d542a7 (diff) |
Fix style issue after #54148
Diffstat (limited to 'misc/hooks')
-rw-r--r-- | misc/hooks/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hooks/README.md b/misc/hooks/README.md index e420c6cb5c..8732237244 100644 --- a/misc/hooks/README.md +++ b/misc/hooks/README.md @@ -28,7 +28,7 @@ so they should work out of the box on Linux/macOS. #### Windows ##### clang-format -- Download LLVM for Windows (version 8 or later) from +- Download LLVM for Windows (version 13 or later) from <https://releases.llvm.org/download.html> - Make sure LLVM is added to the `PATH` during installation |