mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
6fa752b7c5
commit
00d33aa37a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user