From 2ea21a5168e3b6a42ed0003a00294b5a2b5c5946 Mon Sep 17 00:00:00 2001 From: Rushikesh Butley Date: Sun, 4 Dec 2022 13:31:13 -0500 Subject: [PATCH] Command substitution - Cleanup, as there could be case default shell is not bash. Signed-off-by: Rushikesh Butley --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23237139..cec9655d 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,13 @@ After these goals are achieved, further goals will be decided. Deploy [Gateway API][gwapi] [CRDs][crds]: ```console -$ kubectl kustomize https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental | kubectl apply -f - + kubectl kustomize https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental | kubectl apply -f - ``` Deploy: ```console -$ kubectl kustomize config/default | kubectl apply -f - + kubectl kustomize config/default | kubectl apply -f - ``` [gwapi]:https://github.com/kubernetes-sigs/gateway-api