Skip to content

Commit d548c71

Browse files
arthurlutzNeroBurner
authored andcommitted
[README] fix apt command
1 parent f193559 commit d548c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For a history on how this simulator started and the challenges on its way visit
1818
On Ubuntu/Debian install the following packages:
1919

2020
```sh
21-
sudo apt get install -y cmake libsdl2-dev g++
21+
sudo apt install -y cmake libsdl2-dev g++
2222
```
2323

2424
On Arch Linux the following packages are needed:

0 commit comments

Comments
 (0)