From dce216f3b7b3b5edfbcf2ebd17ca235d291786a6 Mon Sep 17 00:00:00 2001 From: Gustav Westling Date: Thu, 6 Feb 2020 20:19:21 +0100 Subject: [PATCH] Install from the interwebz "kubectl apply -f" is the new "curl | sudo bash" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea2496d..361d05c 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Add a cheerful message! ## Install ```bash -kubectl apply -f ./log-crd.yaml -kubectl apply -f ./log1.yaml +kubectl apply -f https://raw.githubusercontent.com/dj-kubelet/log-crd/master/log-crd.yaml +kubectl apply -f https://raw.githubusercontent.com/dj-kubelet/log-crd/master/log1.yaml ``` ## Usage