We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce61f4 commit f417dffCopy full SHA for f417dff
readme.md
@@ -24,7 +24,7 @@ Cppcheck is a hobby project with limited resources. You can help us by donating
24
```
25
cd cppcheck/
26
python3 -m venv .venv
27
- source ~/.venv_cppcheck/bin/activate
+ source .venv/bin/activate
28
29
pip install -r tools/donate-cpu-requirements.txt
30
./tools/donate-cpu.py
0 commit comments