Closed himudigonda closed 2 years ago
I've updated the commands to install the fonts on macOS. The brew tap was updated to homebrew/cask-fonts from caskroom/fonts as it was moved.
homebrew/cask-fonts
caskroom/fonts
And the brew --cash install command was added.
brew --cash install
Here is the output when the original tap was used...
Error: caskroom/fonts was moved. Tap homebrew/cask-fonts instead.
I've updated the commands to install the fonts on macOS. The brew tap was updated to
homebrew/cask-fonts
fromcaskroom/fonts
as it was moved.And the
brew --cash install
command was added.