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`
This commit is contained in:
Thomas Mansencal
2020-11-30 00:16:09 +13:00
committed by GitHub
parent e1b4386c95
commit c1507155af

View File

@@ -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