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

Commit

Permalink
Specify that using GOPROXY is not necessary for all users and remove …
Browse files Browse the repository at this point in the history
…any implied endorsement of goproxy.io
  • Loading branch information
abctaylor committed Dec 24, 2023
1 parent 499904f commit 91497ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ For major project goals, see the [roadmap](ROADMAP.md)
```
make container-build
```
`GOPROXY` env will be inherited:
_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:_
```
GOPROXY=https://goproxy.io make container-build
```
_`goproxy.io` is not endorsed specifically by the project._

### Creating a new cluster

Expand Down

0 comments on commit 91497ed

Please sign in to comment.