From 1a2bd8bc24cd29375fcbce5f2e97f9c63082b9fb Mon Sep 17 00:00:00 2001 From: Marco Capuccini Date: Thu, 23 Nov 2017 10:48:36 +0100 Subject: [PATCH] Changes in readme after kn-init chanes [skip ci] --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 555a8224..3213c794 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ -KubeNow is a cloud agnostic platform for microservices, based on Docker and Kubernetes. Other than lighting-fast Kubernetes operations, KubeNow helps you in lifting your final application configuring DNS records and distributed storage. Once you have defined your application as a Helm package, you can lift it running 3 commands: +KubeNow is a cloud agnostic platform for microservices, based on Docker and Kubernetes. Other than lighting-fast Kubernetes operations, KubeNow helps you in lifting your final application configuring DNS records and distributed storage. Once you have defined your application as a Helm package, lifting it is as simple as: ```bash -kn init my-awesome-deployment -kn apply +kn init my-awesome-deployemt +cd my-awesome-deployemt +kn apply kn helm install my-app-package ```