diff --git a/docs/FAQ.md b/docs/FAQ.md index d7cc32c1aa..2e728c43ac 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -48,14 +48,7 @@ or to __disable__ automatic `brew cleanup`: export HOMEBREW_NO_INSTALL_CLEANUP=1 ## How do I uninstall Homebrew? -To uninstall Homebrew, paste the command below in a terminal prompt. - -```sh -ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)" -``` - -Download the [uninstall script](https://raw.githubusercontent.com/Homebrew/install/master/uninstall) -and run `./uninstall --help` to view more uninstall options. +To uninstall Homebrew, run the [uninstall script from the Homebrew/install repository](https://github.com/homebrew/install#uninstall-homebrew). ## How do I uninstall a formula? If you do not uninstall all of the versions that Homebrew has installed, diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index 8022f2f99f..2558a9309e 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -20,11 +20,7 @@ The Homebrew package manager may be used on Linux and [Windows Subsystem for Lin ## Install -Paste at a terminal prompt: - -```sh -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" -``` +Instructions for a supported install of Homebrew on Linux are on the [homepage](https://brew.sh). The installation script installs Homebrew to `/home/linuxbrew/.linuxbrew` using *sudo* if possible and in your home directory at `~/.linuxbrew` otherwise. Homebrew does not use *sudo* after installation. Using `/home/linuxbrew/.linuxbrew` allows the use of more binary packages (bottles) than installing in your personal home directory.