From d548c711be827d50a9665d571e06b8f67e97ec0e Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Fri, 18 Feb 2022 21:34:42 +0100 Subject: [PATCH] [README] fix apt command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f0929..96c2961 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For a history on how this simulator started and the challenges on its way visit On Ubuntu/Debian install the following packages: ```sh -sudo apt get install -y cmake libsdl2-dev g++ +sudo apt install -y cmake libsdl2-dev g++ ``` On Arch Linux the following packages are needed: