From 3c16585fd9875a38bb36c8d219150c290a7e894a Mon Sep 17 00:00:00 2001 From: Maurizio De Magnis Date: Tue, 3 Aug 2021 18:41:00 +0200 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b1592..4818bd1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This tool is developed in a Ubuntu 12.04 system & tested in later versions of Ub - Make sure you have "build-essential" & "git" packages installed. You can install these using following command ```bash -sudo apt-get install build-essentials git +sudo apt-get install build-essential git ``` - Clone this repository somewhere in your hard drive ```bash