From bc767a0ad32e0d4f6724c37cf9a930dd77228f96 Mon Sep 17 00:00:00 2001 From: Mohammad Alyetama <56323389+Alyetama@users.noreply.github.com> Date: Thu, 24 Nov 2022 17:49:13 -0500 Subject: [PATCH] Update bew cask command --- workflow/convert-an-epub-document-to-pdf-on-mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/convert-an-epub-document-to-pdf-on-mac.md b/workflow/convert-an-epub-document-to-pdf-on-mac.md index d8fb3ec5..63014e8c 100644 --- a/workflow/convert-an-epub-document-to-pdf-on-mac.md +++ b/workflow/convert-an-epub-document-to-pdf-on-mac.md @@ -6,7 +6,7 @@ convert it using the `ebook-convert` binary from `Calibre`. First, install `Calibre`: ```bash -$ brew cask install calibre +$ brew install --cask calibre ``` Then convert your ePub using `ebook-convert`: