aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/doc/homebrew/Tips-N'-Tricks.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/doc/homebrew/Tips-N'-Tricks.md b/share/doc/homebrew/Tips-N'-Tricks.md
index 6ebe2cdee..7dc736796 100644
--- a/share/doc/homebrew/Tips-N'-Tricks.md
+++ b/share/doc/homebrew/Tips-N'-Tricks.md
@@ -86,14 +86,6 @@ http_proxy=http://<proxyhost>:<proxyport> brew install $FORMULA
http_proxy=http://<user>:<password>@<proxyhost>:<proxyport> brew install $FORMULA
```
-**NB:** this technique will also work if you prefer to use `sudo` with Homebrew. But as `sudo` clears the environment before executing Homebrew, your proxy settings may get lost.
-
-**Workaround:**
-
-```bash
-$ http_proxy=http://<proxyhost>:<proxyport> sudo -E brew install $FORMULA
-```
-
## Installing stuff without the Xcode-CLT
```sh