From 0a6683b24ca58bcdf880544a970eae4947c09dce Mon Sep 17 00:00:00 2001 From: Shubham Singh Date: Fri, 20 Aug 2021 01:16:06 +0530 Subject: [PATCH] updated print guide instruction for homebrew cask --- appendix/02/README-id.md | 2 +- appendix/02/README-vi.md | 2 +- appendix/02/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appendix/02/README-id.md b/appendix/02/README-id.md index 0ba564e..bcb779a 100644 --- a/appendix/02/README-id.md +++ b/appendix/02/README-id.md @@ -28,7 +28,7 @@ Pada **MacOSX**: Unduh dan Pasang MacTeX dengan: ```bash -brew cask install mactex-no-gui +brew install --cask mactex-no-gui ``` Kemudian pasang [Pandoc](http://johnmacfarlane.net/pandoc/) dan Python 3 dengan: diff --git a/appendix/02/README-vi.md b/appendix/02/README-vi.md index 42cc895..cb301e1 100644 --- a/appendix/02/README-vi.md +++ b/appendix/02/README-vi.md @@ -29,7 +29,7 @@ Trên **MacOSX**: Tải và cài đặt MacTeX bằng lệnh: ```bash -brew cask install mactex-no-gui +brew install --cask mactex-no-gui ``` sau đó cài thêm [Pandoc](http://johnmacfarlane.net/pandoc/) và Python 2 bằng lệnh: 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: