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

Commit 065e93b

Browse files
authored
Merge pull request #387 from abctaylor/master
Specify that using GOPROXY is not necessary for all users and remove implied endorsement of goproxy.io
2 parents 2335219 + 91497ed commit 065e93b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
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)