Update README.md (#228)

Fix Fedora command
This commit is contained in:
Jarrod Makin
2023-03-05 22:12:11 +00:00
committed by GitHub
parent 31cba4c664
commit 70a08f116c

View File

@@ -84,7 +84,7 @@ python3 -m pip install -r requirements.txt
```
5. Install SDL2
* Ubuntu/Debian `sudo apt install libsdl2-dev`
* Fedora Linux `sudo dnf in sdl2-devel`
* Fedora Linux `sudo dnf install SDL2-devel`
* Arch Linux `sudo pacman -S sdl2`
* macOS: `brew install sdl2` (you can get homebrew [here](https://brew.sh/))