From 8e565b34a36bbfecf08b7ac48feef62b038f63c9 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Tue, 8 Jun 2021 12:54:49 -0400 Subject: [PATCH] Tweaks to README install docs Use improved subctl wording derived from code review on similar docs on the website. Adjust install subheadings for consistency, clarity that all methods use the Operator. Signed-off-by: Daniel Farrell --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccce5568a..bfc24e57e 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ See the [Prerequisites docs on Submariner's website](https://submariner.io/getti ## Installation Submariner is deployed and manged by its Operator. The Operator can be deployed directly, or by using Submariner's Helm Charts, or by using -Submariner's `subctl` CLI helper utility. `subctl` is the recommended deployment method because in addition to easy deployment it also -provides testing, debugging, and bug-reporting capabilities. +Submariner's `subctl` CLI helper utility. `subctl` is the recommended deployment method because it has the most refined deployment user +experience and additionally provides testing and bug-diagnosing capabilities. -### Installation using Operator via subctl +### Installation using subctl Submariner provides the `subctl` CLI utility to simplify the deployment and maintenance of Submariner across your clusters.