From 9a5e0b9ea6b5c92472351b516518847bc7c7db25 Mon Sep 17 00:00:00 2001 From: Nitish Malhotra Date: Thu, 15 Apr 2021 12:53:27 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abc2356..3508ac6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For getting started you will need, - `kubectl` - Kubernetes client - `helm` - Helm client - `kubebuilder` - https://book.kubebuilder.io/quick-start.html#installation -- `controller-gen` - GO111MODULE=on go get -v -u sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0 (this should be run from outside the Orkestra repo to be installed to your $GOBIN) +- `controller-gen` - `GO111MODULE=on go get -v -u sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0` (this should be run from outside the Orkestra repo to be installed to your $GOBIN) - (_optional_) `argo` - Argo workflow client (follow the instructions to install the binary at https://github.com/argoproj/argo/releases) Install the `ApplicationGroup` and custom resource definitions (CRDs)