From 2cffe1e83a821fd80ad4e590e33a8ba681682f32 Mon Sep 17 00:00:00 2001 From: Darren Kavanagh Date: Wed, 2 Jul 2025 13:58:30 -0700 Subject: [PATCH] Update cask name Homebrew cask name was updated in the following pull request: https://github.com/Homebrew/homebrew-cask/pull/217076 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8db735a99..f11c5643ec 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ If you would like to install using a package manager, MacVim can be installed vi MacVim is also available as a Homebrew cask. It will install the same pre-built binary as the one available from GitHub release: ```zsh - brew install --cask macvim + brew install --cask macvim-app ``` After installation, MacVim can be launched using the Dock or in the terminal using the `mvim` command.