From 05deb64d8533bef706b3d164ce344f0c26944bc1 Mon Sep 17 00:00:00 2001 From: Thomas Sojka Date: Sat, 16 Jan 2021 09:58:13 +0100 Subject: [PATCH] (doc) Update brew install script (#1386) The API for Homebrew Cask changed (https://brew.sh/) --- doc/org-roam.org | 2 +- doc/org-roam.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-roam.org b/doc/org-roam.org index 8c225c2..9c7bf95 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -1093,7 +1093,7 @@ setting up with Platypus and Chrome: 1. Install and launch Platypus (with [[https://brew.sh/][Homebrew]]): #+BEGIN_SRC bash -brew cask install platypus +brew install --cask platypus #+END_SRC 2. Create a script ~launch_emacs.sh~: diff --git a/doc/org-roam.texi b/doc/org-roam.texi index 722bcb7..8b7bcfa 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -1518,7 +1518,7 @@ Install and launch Platypus (with @uref{https://brew.sh/, Homebrew}): @end itemize @example -brew cask install platypus +brew install --cask platypus @end example @itemize