From 25d5e8636049dc946d333245b99922b2a1d2d9e3 Mon Sep 17 00:00:00 2001 From: bearbones <57124166+bearbones@users.noreply.github.com> Date: Thu, 12 Jan 2023 14:10:04 -0800 Subject: [PATCH] Update brew install cask command From brew: > Error: `brew cask` is no longer a `brew` command. Use `brew --cask` instead. --- appendix/02/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendix/02/README.md b/appendix/02/README.md index 7f35b2a..1020dab 100644 --- a/appendix/02/README.md +++ b/appendix/02/README.md @@ -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: