Skip to content

Commit d7c33ea

Browse files
authored
Docs: Update prerequisites in getting-started.md. (#13651)
Co-authored-by: marcel2012 <13705842+marcel2012@users.noreply.github.com>
1 parent 9481de4 commit d7c33ea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/developer-guide/getting-started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,20 @@ http request, termination of connection, reverseproxy etc. etc., you can skip th
1515
Install [Go 1.14](https://golang.org/dl/) or later.
1616

1717
!!! note
18-
The project uses [Go Modules](https://github.com/golang/go/wiki/Modules)
18+
The project uses [Go Modules](https://go.dev/wiki/Modules#modules)
1919

2020
Install [Docker](https://docs.docker.com/engine/install/) (v19.03.0 or later with experimental feature on)
2121

2222
Install [kubectl](https://kubernetes.io/docs/tasks/tools/) (1.24.0 or higher)
2323

2424
Install [Kind](https://kind.sigs.k8s.io/)
2525

26+
Install [Helm](https://helm.sh/)
27+
28+
Install jq
29+
30+
Install make
31+
2632
!!! important
2733
The majority of make tasks run as docker containers
2834

0 commit comments

Comments
 (0)