소스 검색

Fix macOS prerequisites

Jim Huang 2 년 전
부모
커밋
cc37e59a63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -36,7 +36,7 @@ $ sudo apt install make texlive-full
 $ sudo pacman -S make texlive-most texlive-bin
 
 # macOS
-$ brew install --cask mactex
+$ brew install mactex
 $ sudo tlmgr update --self
 ```