소스 검색

Add IOMAP=all to README

StuffedAnon 6 년 전
부모
커밋
478ee3f426
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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