Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarguimaraes authored Oct 22, 2023
1 parent bf4b992 commit 3a6b952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ helm install pkgsite pkgsite/pkgsite

## Getting started

These steps will walk you through setting up a fully featured _pkgsite_, including a _go module proxy_ able to retrieve private Go packages hosted on Github.
These steps will walk you through setting up a fully featured _pkgsite_ deployment, including a _go module proxy_ able to retrieve private Go packages hosted on Github.

1. Create a namespace to contain pkgsite resources.

Expand Down Expand Up @@ -56,7 +56,7 @@ These steps will walk you through setting up a fully featured _pkgsite_, includi
key: download.hcl
```

Note the [`.athens-proxy.downloadMode`](https://docs.gomods.io/configuration/download/) property. This example configures _athens-proxy_ to serve private packages from `github.com/YOURORGANIZATION/*` while redirecting any other package to Go's [default module mirror](https://proxy.golang.org/).
Note the [`.athens-proxy.downloadMode`](https://docs.gomods.io/configuration/download/) property. This example configures _athens-proxy_ to serve private packages from `github.com/YOURORGANIZATION/*`, while redirecting any other package to Go's [default module mirror](https://proxy.golang.org/) for improved performance and reduced costs.
3. Install the chart
1. Using the _values.yaml_ file created on the previous step:
Expand Down

0 comments on commit 3a6b952

Please sign in to comment.