From 4c53f12995650bfee3b5830865c60a6619b5ec8f Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Mon, 27 Apr 2020 17:28:51 +0200 Subject: [PATCH] Added a note to installation modules. --- cli_reference/openshift_developer_cli/installing-odo.adoc | 3 ++- modules/helm-installing-helm.adoc | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cli_reference/openshift_developer_cli/installing-odo.adoc b/cli_reference/openshift_developer_cli/installing-odo.adoc index 92640147b3d0..fef861d13601 100644 --- a/cli_reference/openshift_developer_cli/installing-odo.adoc +++ b/cli_reference/openshift_developer_cli/installing-odo.adoc @@ -5,13 +5,14 @@ include::modules/common-attributes.adoc[] :context: installing-odo toc::[] -The following section describes how to install `{odo-title}` on different platforms. +The following section describes how to install `{odo-title}` on different platforms using the CLI. [NOTE] ==== Currently, `{odo-title}` does not support installation in a restricted network environment. ==== +You can also find the URL to the latest binaries from the {product-title} web console by clicking the *?* icon in the upper-right corner and selecting *Command Line Tools* include::modules/openshift-developer-cli-installing-odo-on-linux.adoc[leveloffset=+1] diff --git a/modules/helm-installing-helm.adoc b/modules/helm-installing-helm.adoc index af162703ea48..1d04017317bf 100644 --- a/modules/helm-installing-helm.adoc +++ b/modules/helm-installing-helm.adoc @@ -5,6 +5,10 @@ [id="installing-helm_{context}"] = Installing Helm +The following section describes how to install Helm on different platforms using the CLI. + +You can also find the URL to the latest binaries from the {product-title} web console by clicking the *?* icon in the upper-right corner and selecting *Command Line Tools* + .Prerequisites * You have installed Go, version 1.13 or higher.