From 0bea389a61169ba90e008d760eea4bf6892532be Mon Sep 17 00:00:00 2001 From: Wim Fournier Date: Sat, 22 Apr 2023 14:24:40 +0200 Subject: [PATCH] missing requirement Should be quite obvious, but still Signed-off-by: Wim Fournier Signed-off-by: wim.fournier --- docs/Getting-Started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index 2237bc8e..eed36b68 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -7,6 +7,7 @@ This guide assumes you are familiar with Argo CD and its basic concepts. See the * Installed [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) command-line tool * Have a [kubeconfig](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) file (default location is `~/.kube/config`) +* Installed git command-line tool ### Export a Git Token ```