Fix macOS prerequisites

This commit is contained in:
Jim Huang 2023-03-26 09:21:53 +08:00
parent 6eb7bd5d23
commit cc37e59a63

View File

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