summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ed073fa..ef09262 100644
--- a/README.md
+++ b/README.md
@@ -17,4 +17,5 @@ All third-party dependencies are licensed under their own license.
* Formatting
* `xmake format`
* Lint (no change) `find src/ -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror`
- * Format (edit in place) `find src/ -iname *.h -o -iname *.c | xargs clang-format -i --style=file` \ No newline at end of file
+ * Format (edit in place) `find src/ \( -iname "*.h" -o -iname "*.c" \) | xargs clang-format -i --style=file`
+ * `clang-format` must be installed! \ No newline at end of file