From a54687671a444873de5d94be931cacf6fdb15f35 Mon Sep 17 00:00:00 2001 From: XenoTrixx <29398378+XenoTrixx@users.noreply.github.com> Date: Sun, 5 Dec 2021 21:48:43 +0100 Subject: [PATCH] Correctet apt install command for ubuntu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b7ea3b..da1b55ff 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ apt update && apt upgrade # Make sure the gcc, cmake, and build-essentials are installed sudo apt install gcc sudo apt install cmake -sudo apt install build-essentials +sudo apt install build-essential ``` [**Follow the Linux instructions**](#linux-builds)