From 0b932fbe57469fd3fccef4535be76e2dec670bbb Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Sat, 4 Nov 2017 18:26:26 +0100 Subject: [PATCH] updating README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d68558e5..ae2108e9 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Helmsman can be used in two ways: 1. In a continuous deployment pipeline. In this case Helmsman can be used in a docker container run by your CI system to maintain your desired state (which you can store in a version control repository). The docker image will be available soon. -[comment]: <>(```docker run -it praqma/helmsman ```) +[//]: # (docker run -it praqma/helmsman ```) -[comment]: <>(The docker image is built from a [dockerfile](dockerfile/dockerfile).) +[//]: # (The docker image is built from a [dockerfile](dockerfile/dockerfile).) 2. As a binary application. Helmsman dependes on [Helm](https://helm.sh) and [Kubectl](https://kubernetes.io/docs/user-guide/kubectl/) being installed. See below for installation.