]> git.lizzy.rs Git - nothing.git/blobdiff - README.md
Remove TODO(#822)
[nothing.git] / README.md
index ac12d8ff1ec6b1d6b9d926794afaf68cf480f43e..b99fe69e9b829b8a0a0a9ec768549d1df9b9f280 100644 (file)
--- 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
 ```