HACKING: Correction to macOS package manager name

Homebrew is the correct name of the package manager, not Brew.

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2020-05-01 17:52:20 +05:30 committed by Sunil Mohan Adapa
parent 6fa752b7c5
commit 00d33aa37a
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -54,14 +54,14 @@ Example for Buster:
### For macOS
1. Install [Brew](https://brew.sh/).
1. Install [Homebrew](https://brew.sh/).
2. Install Git, Vagrant and VirtualBox using Brew.
2. Install Git, VirtualBox and Vagrant using Homebrew.
```bash
$ brew install git
$ brew cask install vagrant
$ brew cask install virtualbox
$ brew cask install vagrant
```
### For Windows