From 7925b87f09045aa0105aae879f0c99f497a95866 Mon Sep 17 00:00:00 2001 From: erki Date: Mon, 23 May 2022 20:04:41 +0000 Subject: [PATCH] Update 'README.md' Fixed an outdated package reference. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0783859..379964d 100644 --- a/README.md +++ b/README.md @@ -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 ```