mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
31 lines
668 B
Plaintext
31 lines
668 B
Plaintext
// Module is included in the following assemblies:
|
|
//
|
|
// serverless/knative-client.adoc
|
|
|
|
[id="installing-cli-macosx_{context}"]
|
|
= Installing the `kn` CLI for macOS
|
|
|
|
`kn` for macOS is provided as a `tar.gz` archive.
|
|
|
|
.Procedure
|
|
|
|
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest[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:
|
|
+
|
|
----
|
|
$ echo $PATH
|
|
----
|
|
|
|
|
|
// For future release:
|
|
// Alternatively, Mac OS X users can install the CLI using link:http://brew.sh/[Homebrew] and run the command:
|
|
// ----
|
|
// $ brew install TBD
|
|
// ----
|
|
|