diff --git a/cli_reference/get_started_cli.adoc b/cli_reference/get_started_cli.adoc index cdde1839fb08..a6565ff4641c 100644 --- a/cli_reference/get_started_cli.adoc +++ b/cli_reference/get_started_cli.adoc @@ -198,16 +198,6 @@ Customer Portal] as a *_tar.gz_* archive. After logging in with your Red Hat account, you must have an active OpenShift Enterprise subscription to access the downloads page. -[NOTE] -=== -If you do not use RHEL or Fedora, ensure that *libc* is installed and on your library path. -If *libc* is not available, you might see the following error when you run CLI commands: - ---- -oc: No such file or directory ---- -=== - https://access.redhat.com/downloads/content/290[*Download the CLI from the Red Hat Customer Portal*] @@ -250,6 +240,16 @@ To unpack the archive: $ tar -xf ---- +[NOTE] +=== +If you do not use RHEL or Fedora, ensure that *libc* is installed and on your library path. +If *libc* is not available, you might see the following error when you run CLI commands: + +--- +oc: No such file or directory +--- +=== + // end::installcli[] [[basic-setup-and-login]]