Ver código fonte

Fix macOS prerequisites

Jim Huang 2 anos atrás
pai
commit
cc37e59a63
1 arquivos alterados com 1 adições e 1 exclusões
  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
 ```