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

25 lines
543 B
Plaintext
Raw Normal View History

2019-08-22 13:12:15 +01:00
// Module is included in the following assemblies:
//
// serverless/installing-knative-client.adoc
[id="installing-cli-windows_{context}"]
= Installing the `kn` CLI for Windows
The CLI for Windows is provided as a zip archive.
.Procedure
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest[CLI].
. Unzip the archive with a ZIP program.
. Move the `kn` binary to a directory on your PATH.
2019-08-22 13:12:15 +01:00
. To check your PATH, open the Command Prompt and run the command:
+
[source,terminal]
2019-08-22 13:12:15 +01:00
----
C:\> path
----