Update 'README.md'
Some checks failed
continuous-integration/drone/push Build is failing

Fixed an outdated package reference.
This commit is contained in:
erki 2022-05-23 20:04:41 +00:00
parent 254eb87889
commit 7925b87f09

View File

@ -96,7 +96,7 @@ to generate the simulation reports.
Install the prerequisites from your package manager:
```shell
apt update -y
apt install gcov python3 python3-pip
apt install gcovr python3 python3-pip
pip3 install gcovr
```