소스 검색

INSTALL.txt: Say "macOS" instead of "Mac OS X" in modern times.

Reference Issue #5407.
Ryan C. Gordon 4 년 전
부모
커밋
1ee196b483
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      INSTALL.txt

+ 2 - 2
INSTALL.txt

@@ -8,10 +8,10 @@ To compile and install SDL:
         * Read the FAQ at https://wiki.libsdl.org/FAQWindows
         * Run './configure; make; make install'
 
-        Mac OS X with Xcode:
+        macOS with Xcode:
         * Read docs/README-macosx.md
 
-        Mac OS X from the command line:
+        macOS from the command line:
         * Run './configure; make; make install'
 
         Linux and other UNIX systems: