Files
install/README.md
Issy Long 9370bc6c61 README: Make it more visible that Linux and macOS share an installer
- I came here to get the command for the uninstall script for something,
  and noticed that the Linux and WSL instructions were oddly separate.
  Also, the `Linuxbrew` docs site page links back to the homepage for
  the main install command, which is circular.
- Instead, add a note for the pre-requisite packages for Linux.
2020-11-05 22:21:46 +00:00

633 B

Homebrew (un)installer

Install Homebrew (on macOS or Linux)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

More installation information and options at https://docs.brew.sh/Installation.html.

If running Linux or WSL, there are some pre-requisite packages to install.

Uninstall Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"

Download the uninstall script and run /bin/bash uninstall.sh --help to view more uninstall options.