[README] fix apt command

This commit is contained in:
Arthur Lutz 2022-02-18 21:34:42 +01:00 committed by NeroBurner
parent f19355949b
commit d548c711be

View File

@ -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: