From e2246f88f9648a937820254d58de559e150164ad Mon Sep 17 00:00:00 2001 From: Syed Ahkam Date: Sat, 27 Feb 2021 18:07:57 +0000 Subject: [PATCH] Fix openSUSE reqs command not rendering correctly At line `270`, It needed a line break in order to render the codeblock properly. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 860ece98..6e1ae9b7 100644 --- a/README.md +++ b/README.md @@ -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.