From 909e9ca359e51bf6bf57c68de1d08039d59ac9fc Mon Sep 17 00:00:00 2001 From: bzgec <34318921+bzgec@users.noreply.github.com> Date: Fri, 9 Sep 2022 21:07:58 +0000 Subject: [PATCH] Denote 'python xxx/donate-cpu.py' line as code (#4456) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0f24d419a..b8e954d51 100644 --- a/readme.md +++ b/readme.md @@ -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.