diff --git a/docs/developer-guide/getting-started.md b/docs/developer-guide/getting-started.md index e4bb661d43..b070bab1dc 100644 --- a/docs/developer-guide/getting-started.md +++ b/docs/developer-guide/getting-started.md @@ -15,7 +15,7 @@ http request, termination of connection, reverseproxy etc. etc., you can skip th Install [Go 1.14](https://golang.org/dl/) or later. !!! note - The project uses [Go Modules](https://github.com/golang/go/wiki/Modules) + The project uses [Go Modules](https://go.dev/wiki/Modules#modules) Install [Docker](https://docs.docker.com/engine/install/) (v19.03.0 or later with experimental feature on) @@ -23,6 +23,12 @@ Install [kubectl](https://kubernetes.io/docs/tasks/tools/) (1.24.0 or higher) Install [Kind](https://kind.sigs.k8s.io/) +Install [Helm](https://helm.sh/) + +Install jq + +Install make + !!! important The majority of make tasks run as docker containers