1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/serverless-installing-cli-macos.adoc
2022-02-17 20:44:52 +00:00

27 lines
602 B
Plaintext

// Module included in the following assemblies:
//
// * serverless/cli_tools/installing-kn.adoc
:_content-type: PROCEDURE
[id="installing-cli-macosx_{context}"]
= Installing the Knative CLI for macOS
The `kn` CLI for macOS is provided as a `tar.gz` archive.
// no prereqs?
.Procedure
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-macos-amd64.tar.gz[`kn` CLI].
. Unpack and unzip the archive.
. Move the `kn` binary to a directory on your `PATH`.
. To check your `PATH`, open a terminal window and run:
+
[source,terminal]
----
$ echo $PATH
----