(doc) Update brew install script (#1386)

The API for Homebrew Cask changed (https://brew.sh/)
This commit is contained in:
Thomas Sojka
2021-01-16 09:58:13 +01:00
committed by GitHub
parent f10fbad386
commit 05deb64d85
2 changed files with 2 additions and 2 deletions

View File

@ -1093,7 +1093,7 @@ setting up with Platypus and Chrome:
1. Install and launch Platypus (with [[https://brew.sh/][Homebrew]]): 1. Install and launch Platypus (with [[https://brew.sh/][Homebrew]]):
#+BEGIN_SRC bash #+BEGIN_SRC bash
brew cask install platypus brew install --cask platypus
#+END_SRC #+END_SRC
2. Create a script ~launch_emacs.sh~: 2. Create a script ~launch_emacs.sh~:

View File

@ -1518,7 +1518,7 @@ Install and launch Platypus (with @uref{https://brew.sh/, Homebrew}):
@end itemize @end itemize
@example @example
brew cask install platypus brew install --cask platypus
@end example @end example
@itemize @itemize