mirror of
https://gitee.com/ineo6/homebrew-install.git
synced 2025-04-06 03:58:05 +08:00
22 lines
600 B
Markdown
Executable File
22 lines
600 B
Markdown
Executable File
# Homebrew (un)installer
|
|
|
|
## Install Homebrew
|
|
|
|
```bash
|
|
/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"
|
|
```
|
|
|
|
More installation information and options at https://docs.brew.sh/Installation.html.
|
|
|
|
### Linux and Windows 10 Subsystem for Linux
|
|
|
|
Install Homebrew on Linux and Windows 10 Subsystem for Linux: https://docs.brew.sh/Linuxbrew.
|
|
|
|
## Uninstall Homebrew
|
|
|
|
```bash
|
|
/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/uninstall)"
|
|
```
|
|
|
|
Download the uninstall script and run `./uninstall --help` to view more uninstall options.
|