knowledge/technology/applications/package managers/Brew.md

14 lines
262 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
website: https://brew.sh/
obj: application
---
# Brew
[MacOS](../../macos/macOS.md) and [Linux](../../linux/Linux.md) Package Manager.
## Install
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```