mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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
|
### 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
|
```bash
|
||||||
$ brew install git
|
$ brew install git
|
||||||
$ brew cask install vagrant
|
|
||||||
$ brew cask install virtualbox
|
$ brew cask install virtualbox
|
||||||
|
$ brew cask install vagrant
|
||||||
```
|
```
|
||||||
|
|
||||||
### For Windows
|
### For Windows
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user