From 491d2db136f5228e3dd11dfcca12540e030412c2 Mon Sep 17 00:00:00 2001 From: Pedro Manuel Torres <9122519+pcdro@users.noreply.github.com> Date: Mon, 29 Mar 2021 18:47:05 -0300 Subject: [PATCH] Update README.md Add the new cask syntax in macOS install instructions for font-source-code-pro --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d4a469d99..bd394387c 100644 --- a/README.md +++ b/README.md @@ -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 ```