From 070726cfce1d4031ef89cb4e0b8a8d5e4cc0a624 Mon Sep 17 00:00:00 2001 From: Alexander Velichko Date: Sun, 27 Dec 2020 11:26:39 +0200 Subject: [PATCH] fix brew install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60682e4..d3caa95 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ useful for users of accented capitals. For more info, see the [CHANGELOG](CHANGE Automatic installation on macOS with [homebrew](https://brew.sh): brew tap homebrew/cask-fonts #You only need to do this once for cask-fonts - brew cask install font-fantasque-sans-mono + brew install --cask font-fantasque-sans-mono Instructions for other platforms might follow.