Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 91497ed

Browse files
committed
Specify that using GOPROXY is not necessary for all users and remove any implied endorsement of goproxy.io
1 parent 499904f commit 91497ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ For major project goals, see the [roadmap](ROADMAP.md)
3535
```
3636
make container-build
3737
```
38-
`GOPROXY` env will be inherited:
38+
_If you are in a country/region where Internet access is restricted and you cannot download Go dependencies successfully, `make` with the `GOPROXY` environment variable set to a third party you trust, for example:_
3939
```
4040
GOPROXY=https://goproxy.io make container-build
4141
```
42+
_`goproxy.io` is not endorsed specifically by the project._
4243

4344
### Creating a new cluster
4445

0 commit comments

Comments
 (0)