command formatting

This commit is contained in:
Inori 2019-08-05 08:27:20 -04:00
parent eaaa056af2
commit 38595cc31d

View file

@ -69,8 +69,7 @@ To run mkxp, you should have a graphics card capable of at least **OpenGL (ES) 2
3. Install most of the dependencies you need with pacman:
```sh
pacman -S base-devel git mingw-w64-i686-{gcc,meson,cmake,openal,boost,SDL2, \
pixman,physfs,libsigc++,libvorbis,fluidsynth,libiconv,libguess} \
pacman -S base-devel git mingw-w64-i686-{gcc,meson,cmake,openal,boost,SDL2,pixman,physfs,libsigc++,libvorbis,fluidsynth,libiconv,libguess} \
mingw-w64-i686-SDL2_{image,ttf}
```