📝 Update documentation for brew and zb cheat sheets

This commit is contained in:
2026-04-13 23:43:27 +08:00
parent cb4de1aa9f
commit e662892bf5
2 changed files with 17 additions and 0 deletions

View File

@@ -9,3 +9,18 @@ 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
```