aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-09 13:01:29 +0200
committerGitHub <[email protected]>2021-09-09 13:01:29 +0200
commit8d59b2dfc7734736368b4d2c674cbcc3456bc4e2 (patch)
tree80368f5cbb38ea948b076ad3257e3fc897c713ef
parentEliminate compiler default library warning for msvcrt (diff)
downloadzen-8d59b2dfc7734736368b4d2c674cbcc3456bc4e2.tar.xz
zen-8d59b2dfc7734736368b4d2c674cbcc3456bc4e2.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62cdf919d..61da2ae82 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ To run the pre-commit scripts you'll need a few things:
* We rely on clang-format for consistent code formatting. You can install version 12 or later from https://llvm.org/builds/
* The helper scripts also depend on Python 3.x, which you may install from https://www.python.org/downloads/windows/ (I am presently using 3.9.5 which works). NOTE: *do* check the option to add Python to your PATH!
-Once you have those dependencies, you can simply run `prepare_commit.bat` to ensure the code is properly formatted and has the Epic copyright header comment
+Once you have those dependencies, you can simply run `prepare_commit.bat` to ensure the code is properly formatted and has the Epic copyright header comment. I'm sure there's a better way to integrate this into the git submit flow but my git-fu is not strong enough yet to know how to do that best.
# Debugging