docs: fix brew cask install cmd in readme

fix brew cask install cmd in readme, use `brew install --cask ` instead of `brew cask install `
This commit is contained in:
0x11
2021-03-26 14:59:56 +08:00
committed by GitHub
parent 875c68b0d3
commit 5b78c6f462

View File

@ -12,7 +12,7 @@ Make sure you have both [Homebrew](http://brew.sh/) and [Cask](https://caskroom.
After installing Homebrew and Cask, run: After installing Homebrew and Cask, run:
``` ```
$ brew cask install smcfancontrol $ brew install --cask smcfancontrol
``` ```
After that you'll be able to use Spotlight to launch smcFanControl normally. :-) After that you'll be able to use Spotlight to launch smcFanControl normally. :-)