From 440f3b4d2100706d2412de6a213a06cc8b4f77ab Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 4 Mar 2016 17:36:41 -0700 Subject: [PATCH] doc(README): remove reference to install.yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1cb4d97c..4491f87a2 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ curl -s https://raw.githubusercontent.com/kubernetes/deployment-manager/master/g and then install the DM services into your Kubernetes cluster: ``` -kubectl create -f install.yaml +helm dm install ``` That's it. You can now use `kubectl` to see DM running in your cluster: