[README] fix apt command

main
Arthur Lutz 2022-02-18 21:34:42 +07:00 committed by NeroBurner
parent f19355949b
commit d548c711be
1 changed files with 1 additions and 1 deletions

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