diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0815e21f..23fa8f30 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -47,3 +47,4 @@ Halle Jones|HJones@aliacy.com|| [Anthony Plunkett](https://github.com/doobeh) | | [Mateus Denucci Garcia Seabra Resende](https://github.com/MateusDenucci) | | [Victor Hart](https://github.com/vicohart) | [vicohart@gmail.com](vicohart@gmail.com) | +[nilamo](https://github.com/nilamo) | [7nilamo@gmail.com](7nilamo@gmail.com) | diff --git a/docs/getting-started.rst b/docs/getting-started.rst index ee3c6aec..2594e596 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -68,10 +68,14 @@ Debian, Ubuntu:: sudo apt install libsdl2-2.0-0 libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-gfx-1.0-0 libsdl2-ttf-2.0-0 -Fedora, CentOS, RHEL :: +Fedora, CentOS, RHEL:: sudo dnf install SDL2 SDL2_ttf SDL2_image SDL2_gfx SDL2_mixer libmodplug +Arch, Manjaro:: + + sudo pacman -S sdl2 sdl2_ttf sdl2_image sdl2_gfx sdl2_mixer + You should see a few libraries get put together in your terminal, and when you have a prompt again, we're ready to go!