From 9e77cc4bbdf3ab73e8617d7dede86751cfe8f3f5 Mon Sep 17 00:00:00 2001 From: stroebitzer <hubstr@gmail.com> Date: Tue, 21 Nov 2017 08:42:06 +0100 Subject: [PATCH] add hint to change to proper dir in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 321179b8..804dc942 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ Simply run: ```bash export KUBECONFIG=<path> # defaults to "~/.kube/config" -prometheus-operator/contrib/kube-prometheus/hack/cluster-monitoring/deploy +cd contrib/kube-prometheus/ +hack/cluster-monitoring/deploy ``` After all pods are ready, you can reach: -- GitLab