From c1507155af940ebadd913c1567ceff83e6728e0a Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Mon, 30 Nov 2020 00:16:09 +1300 Subject: [PATCH] Update "Homebrew" installation procedure. (#198) `brew cask install` is deprecated: > Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead. The *Homebrew* installation procedure thus becomes: `brew install --cask stats` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0373a2f4..6fe07e86 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Download the file called `Stats.dmg`. Open it and move the app to the applicatio ### Homebrew ```bash -brew cask install stats +brew install --cask stats ``` ## Requirements