Denote 'python xxx/donate-cpu.py' line as code (#4456)

This commit is contained in:
bzgec 2022-09-09 21:07:58 +00:00 committed by GitHub
parent 433293b9ab
commit 909e9ca359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ A manual is available [online](https://cppcheck.sourceforge.io/manual.pdf).
Cppcheck is a hobby project with limited resources. You can help us by donating CPU (1 core or as many as you like). It is simple:
1. Download (and extract) Cppcheck source code.
2. Run script: python cppcheck/tools/donate-cpu.py.
2. Run script: `python cppcheck/tools/donate-cpu.py`.
The script will analyse debian source code and upload the results to a cppcheck server. We need these results both to improve Cppcheck and to detect regressions.