From 92ab12a6689a6efa7685c60f837274170d1a0e98 Mon Sep 17 00:00:00 2001 From: Rodney Norris Date: Fri, 17 May 2019 15:32:30 +0200 Subject: [PATCH] Fix up - indent install-crds alternative (#250) Indented the bullet item for alternatively using kubectl to install CRDs. This should allow the `make run` bullet item to stay at the same level as the other steps and not be rendered to the same line after `kubectl apply -f config/crds` --- docs/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index b6654b3cb..e9763adbb 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -25,9 +25,9 @@ Before you get started: - Get KUDO repo: `go get github.com/kudobuilder/kudo/` - `cd $GOPATH/src/github.com/kudobuilder/kudo` - `make install-crds` to deploy the universal CRDs -- Alternatively, you can use kubectl to install the CRDs : - - `kubectl apply -f config/crds` + - Alternatively, you can use kubectl to install the CRDs : + + `kubectl apply -f config/crds` - `make run` to run the Operator with local go environment ### Notes on Minikube