Skip to content

Commit 15fda7f

Browse files
committed
docs: note on goproxy during install
1 parent 33d540c commit 15fda7f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- **No bloat:** Everything is handled by a single binary. No external dependencies/tools are needed.
1212

1313
## Requirements
14+
1415
You must be using Docker Desktop v3.6.0 or higher to use this tool (see https://github.com/chipmk/docker-mac-net-connect/issues/10#issuecomment-1146662058).
1516

1617
## Installation
@@ -23,6 +24,16 @@ $ brew install chipmk/tap/docker-mac-net-connect
2324
$ sudo brew services start chipmk/tap/docker-mac-net-connect
2425
```
2526

27+
### `GOPROXY` support
28+
29+
This Homebrew formulae is built using `go`. When Homebrew installs a formulae, it strips away local environment variables and configuration, including configuration set using `go env`.
30+
31+
Some users require changing `GOPROXY` due to firewalls. This formulae adds special support for `GOPROXY` using `HOMEBREW_GOPROXY`:
32+
33+
```bash
34+
HOMEBREW_GOPROXY=https://my-proxy-url brew install chipmk/tap/docker-mac-net-connect
35+
```
36+
2637
## Usage
2738

2839
After installing, you will be able to do this:

0 commit comments

Comments
 (0)