X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=b99fe69e9b829b8a0a0a9ec768549d1df9b9f280;hb=0de5fdbbcc0e055207d304b7019fec082dbf9070;hp=ac12d8ff1ec6b1d6b9d926794afaf68cf480f43e;hpb=94d92dddff44bbebe99a47d404d04b2b5c772ac4;p=nothing.git diff --git a/README.md b/README.md index ac12d8ff..b99fe69e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ### Ubuntu ```console -$ sudo apt-get install gcc cmake libsdl2-dev libsdl2-mixer-dev inotify-tools +$ sudo apt-get install gcc cmake libsdl2-dev libsdl2-mixer-dev inotify-tools libxml2-dev ``` ### MacOS @@ -39,7 +39,7 @@ $ nix-shell ### Arch Linux ```console -$ sudo pacman -S gcc cmake sdl2 sdl2_mixer inotify-tools +$ sudo pacman -S gcc cmake sdl2 sdl2_mixer inotify-tools libxml2 ``` ### Windows @@ -53,7 +53,7 @@ $ mkdir build $ cd build/ $ cmake .. $ make -$ ./nothing ../levels/level-01.txt +$ ./nothing ../levels/ $ ./nothing_test ```