Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cli_reference/openshift_developer_cli/installing-odo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 4 additions & 0 deletions modules/helm-installing-helm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest adding an intro line here similar to that in odo: The following section describes how to install Helm on different platforms using the CLI.

Suggest adding the note before the prerequisite section, immediately after the above intro line.

* You have installed Go, version 1.13 or higher.

Expand Down