summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-09 16:38:15 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-09 16:38:15 +1100
commita42c7d493a4b064b858dcd36623e13bc7099df9e (patch)
treee67849301a71a1fb2b0bb4f414a759acf562f59b /README.md
parent428e68c9464de6c2d340d67c7fb6a3ac688bb74a (diff)
chore: format
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