From cb0232ecb6f5d00c30f9e87ff397582cfcf9655b Mon Sep 17 00:00:00 2001 From: Ilya Nikolaev <54314828+ilyanikolaeff@users.noreply.github.com> Date: Mon, 2 May 2022 20:29:15 +0800 Subject: [PATCH] Update README.md Fixed cask commands (Error: `brew cask` is no longer a `brew` command. Use `brew --cask` instead) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd72e52..099dee9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Unzip, drag the app to Applications, and then run it. If you wish to install the application from Homebrew: ``` -$ brew cask install dteoh-devdocs +$ brew install --cask dteoh-devdocs ``` The application will live at `/Applications/DevDocs.app`. @@ -76,9 +76,9 @@ The application had a tap maintained by the project. To migrate to the default tap: ``` -$ brew cask uninstall devdocs-macos +$ brew uninstall --cask devdocs-macos $ brew untap dteoh/devdocs -$ brew cask install dteoh-devdocs +$ brew install --cask dteoh-devdocs ``` ### Compatibility