27 lines
367 B
Markdown
27 lines
367 B
Markdown
# brew
|
|
|
|
## Meta
|
|
|
|
```yaml
|
|
name: brew
|
|
aliases: homebrew
|
|
repo: https://github.com/Homebrew/brew
|
|
description: 🍺 The missing package manager for macOS (or Linux)
|
|
```
|
|
|
|
## Install
|
|
|
|
```shell
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
```
|
|
|
|
## Usage
|
|
|
|
Dir: `/opt/homebrew`
|
|
|
|
Install `wget`:
|
|
```shell
|
|
brew install wget
|
|
```
|
|
|