diff --git a/clang-format.md b/clang-format.md index e5bcbf4..cd06233 100644 --- a/clang-format.md +++ b/clang-format.md @@ -10,7 +10,7 @@ It can be installed with `apt install clang-format` or `zypper in clang-tools` To also correct the formatting of XS files, configure clang-format to use the clang-format-xs wrapper like so ``` git config clangformat.extensions c,h,xs -git config clangformat.binary $PWD/.github/workflows/clangformat/clang-format-xs +git config clangformat.binary $PWD/utils/clang-format-xs/clang-format-xs ``` ## Manual check after `git add`