From 6f4957ea98f21bbf64e64c99395e11479401fe99 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 27 May 2024 23:19:10 -0400 Subject: [PATCH] Update brew install instructions (#2346) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6cd74136..b903c1262 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ * **macOS** * Standard distribution in Homebrew: ```bash - brew tap homebrew/cask-fonts - brew install font-iosevka + brew tap homebrew/cask + brew install --cask font-iosevka ``` * Search for other variants using `brew search font-iosevka` and install what you want. * Customizable install using Homebrew: see [robertgzr/homebrew-tap](https://github.com/robertgzr/homebrew-tap).