Update brew install cask command

From brew:

> Error: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead.
This commit is contained in:
bearbones 2023-01-12 14:10:04 -08:00 committed by GitHub
parent f9cfdbdda6
commit 25d5e86360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ In **MacOSX**:
Download and Install MacTeX by:
```bash
brew cask install mactex-no-gui
brew install --cask mactex-no-gui
```
and then install [Pandoc](http://johnmacfarlane.net/pandoc/) and Python 3 by: