Fix openSUSE reqs command not rendering correctly

At line `270`, It needed a line break in order to render the codeblock properly.
This commit is contained in:
Syed Ahkam 2021-02-27 18:07:57 +00:00 committed by GitHub
parent c47e3057d3
commit e2246f88f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,6 +268,7 @@ Existing repositories can be updated manually:
> sudo pacman -S sdl2 cmake openal ffmpeg
On openSUSE
> sudo zypper install cmake libSDL2-devel openal-soft-devel
You don't need FFmpeg to be installed. You can also turn it off by add -DFFMPEG=OFF to the CMake options.