diff options
author | Jordan Halase <jordan@halase.me> | 2019-09-30 11:03:39 -0500 |
---|---|---|
committer | Jordan Halase <jordan@halase.me> | 2019-09-30 11:03:39 -0500 |
commit | dd0bc299e39e1afb8acfd34698d6bea8f9df8587 (patch) | |
tree | 70bc03c6a3e79b1044d3b665c221c50ce0c88e99 | |
parent | beeb3c3b0379a9d7f12f99393d67546cb973968a (diff) |
Fix formatting in readme
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ Simple Asteroids clone in C as an exercise in game development. In order to compile, the SDL2 development libraries are needed. -* Debian, Ubuntu, Raspbian: `sudo apt install libsdl2-dev`. +* Debian, Ubuntu, Raspbian: `sudo apt install libsdl2-dev` -* Red Hat, Fedora, CentOS: `sudo yum install SDL2-devel +* Red Hat, Fedora, CentOS: `sudo yum install SDL2-devel` * Arch: `sudo pacman -S sdl2` |