1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/serverless-installing-cli-windows.adoc
2022-02-17 14:38:02 -06:00

27 lines
621 B
Plaintext

// Module included in the following assemblies:
//
// * serverless/cli_tools/installing-kn.adoc
:_content-type: PROCEDURE
[id="installing-cli-windows_{context}"]
= Installing the Knative CLI for Windows
The `kn` CLI for Windows is provided as a zip archive.
// no prereqs?
.Procedure
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-windows-amd64.zip[`kn` CLI].
. Extract the archive with a ZIP program.
. Move the `kn` binary to a directory on your `PATH`.
. To check your `PATH`, open the command prompt and run the command:
+
[source,terminal]
----
C:\> path
----