diff --git a/documentation/InstallationGuide/README.md b/documentation/InstallationGuide/README.md index ad3e9f9c..3dab0785 100644 --- a/documentation/InstallationGuide/README.md +++ b/documentation/InstallationGuide/README.md @@ -104,7 +104,7 @@ clang-format --version In order to format code base run: ```bash -python3 run_clang_fromat.py +python3 scripts/run_clang_format.py ``` _Note that PRs without formatting might be rejected from merging_