Explorar el Código

Add IOMAP=all to README

StuffedAnon hace 6 años
padre
commit
478ee3f426
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -30,11 +30,11 @@ Build with:
 
     msbuild
 
-# Running:
+## Running:
 
-You can run with:
+You can run with (note the MONO_IOMAP=all to make it treat files case insensitive):
 
-    ERA=/path/to/eragame mono NTERA/bin/Debug/NTERA.exe
+    ERA=/path/to/eragame MONO_IOMAP=all mono NTERA/bin/Debug/NTERA.exe
 
 ## Development