Consider using brew install --cask in FAQ
Describe the bug
The FAQ suggests using the brew command if the user wishes to install MacVim from a package manager:
If you would like to use a package manager instead, you can use Homebrew to install MacVim. Simply download Homebrew and do brew install macvim.
Following these instructions, MacVim is not available from the Applications folder and thus not found by Spotlight.
To Reproduce
Run brew install macvim
Expected behavior
I can launch MacVim from Applications folder in Finder.
Proposed Solution Homebrew recommends "cask" installs for pre-built applications. The syntax for such an install is
brew install --cask macvim
Recommend updating FAQ to use this command.
You can run gvim for example.
By the way, add the same issue to Homebrew formula for maintainers of it.
I do debate if Homebrew Cask is really "package manager" but I can see why some people find it useful to use it to install MacVim as you get both the pre-built binary and CLI interface to install. I can add that to the FAQ.