Update README.md

Add the new cask syntax in macOS install instructions for font-source-code-pro
This commit is contained in:
Pedro Manuel Torres 2021-03-29 18:47:05 -03:00 committed by duianto
parent b005de9c40
commit 491d2db136
1 changed files with 7 additions and 0 deletions

View File

@ -209,6 +209,13 @@ the default Source Code Pro font:
```sh
brew tap homebrew/cask-fonts
brew install --cask font-source-code-pro
```
or in older versions of homebrew
```
brew tap homebrew/cask-fonts
brew cask install font-source-code-pro
```