samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Add instructions to install via Homebrew #56

Closed samuong closed 4 years ago

samuong commented 4 years ago

Also, I've moved the "Download Binary" method down one section, because I think that Homebrew and Go both provide a better (automated) way to keep the binary up-to-date.

Also, I've added http:// to http_proxy and https_proxy. This seems to be needed by yarn.

Fixes #55

samuong commented 4 years ago

Oh no, I accidentally copied-and-pasted an extra space at the start of the git commit message. I'm not sure if I can live with this; is there a way to fix it?

camh- commented 4 years ago

git commit --amend

Your can reset the merge commit away and re merge

samuong commented 4 years ago

There's no merge commit - I squashed and merged it when closed the PR. I'm guessing it's not possible to force push over a protected branch, right?