1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/developer-cli-odo-installing-odo-on-windows.adoc
2023-10-30 10:13:25 -04:00

36 lines
1.3 KiB
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/developer_cli_odo/installing-odo.adoc
:_mod-docs-content-type: PROCEDURE
[id="installing-odo-on-windows_{context}"]
= Installing {odo-title} on Windows
The `{odo-title}` CLI for Windows is available to download as a binary and as an archive.
[cols="2,1,1",options="header"]
|===
|Operating System|Binary|Tarball
|Windows|link:https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/latest/odo-windows-amd64.exe[odo-windows-amd64.exe]|link:https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/latest/odo-windows-amd64.exe.zip[odo-windows-amd64.exe.zip]
|===
.Procedure
. Navigate to the link:https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/latest/[content gateway] and download the appropriate file:
** If you download the binary, rename it to `odo.exe`.
** If you download the archive, unzip the binary with a ZIP program and then rename it to `odo.exe`.
. Move the `odo.exe` binary to a directory that is on your `PATH`.
+
To check your `PATH`, open the command prompt and execute the following command:
+
[source,terminal]
----
C:\> path
----
. Verify that `{odo-title}` is now available on your system:
+
[source,terminal]
----
C:\> odo version
----