Parcourir la source

Fix macOS prerequisites

Jim Huang il y a 2 ans
Parent
commit
cc37e59a63
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 ```