summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoshua Rowe <17525998+omnisci3nce@users.noreply.github.com>2024-03-14 22:08:43 +1100
committerGitHub <noreply@github.com>2024-03-14 22:08:43 +1100
commit70308798adbaa376da97c9c0739d437fe76b8b36 (patch)
tree09836fab6ddc9012a5f4437f2139ab0a704b3a78 /README.md
parenta627f75cc956a463e3910a8f5f615932bad3a418 (diff)
parentb240374c23365e33727d78ca74e901bcb383e077 (diff)
Merge pull request #5 from omnisci3nce/cel-41-port-over-a-basic-3d-scene-example
CEL 41 port over a basic 3d scene example
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