diff --git a/README.md b/README.md index 1129c18..91322ad 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,3 @@ To run it initially over the whole repo you can use: ``` pre-commit run -a ``` - -If you get error that something is missing on your computer, do the following for: - - - `clang-format-10` - ``` - sudo apt install clang-format-10 - ```