diff --git a/cli_reference/tkn_cli/installing-tkn.adoc b/cli_reference/tkn_cli/installing-tkn.adoc index 4bdc5dea36..f2dd698362 100644 --- a/cli_reference/tkn_cli/installing-tkn.adoc +++ b/cli_reference/tkn_cli/installing-tkn.adoc @@ -6,10 +6,13 @@ include::_attributes/common-attributes.adoc[] toc::[] -Use the `tkn` CLI to manage {pipelines-title} from a terminal. The following section describes how to install `tkn` on different platforms. +Use the `tkn` CLI tool to manage {pipelines-title} from a terminal. The following section describes how to install `tkn` on different platforms. You can also find the URL to the latest binaries from the {product-title} web console by clicking the *?* icon in the upper-right corner and selecting *Command Line Tools*. +:FeatureName: Running {pipelines-title} on ARM hardware +include::snippets/technology-preview.adoc[] + // Install tkn on Linux include::modules/op-installing-tkn-on-linux.adoc[leveloffset=+1] diff --git a/modules/op-installing-tkn-on-linux.adoc b/modules/op-installing-tkn-on-linux.adoc index 40924e2983..a17380f108 100644 --- a/modules/op-installing-tkn-on-linux.adoc +++ b/modules/op-installing-tkn-on-linux.adoc @@ -12,7 +12,7 @@ For Linux distributions, you can download the CLI directly as a `tar.gz` archive .Procedure -. Download the relevant CLI. +. Download the relevant CLI tool. * link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-linux-amd64.tar.gz[Linux (x86_64, amd64)] @@ -29,7 +29,7 @@ For Linux distributions, you can download the CLI directly as a `tar.gz` archive $ tar xvzf ---- -. Place the `tkn` binary in a directory that is on your `PATH`. +. Place the `tkn` and `tkn-pac` binaries in a directory that is on your `PATH`. . To check your `PATH`, run: + diff --git a/modules/op-installing-tkn-on-macos.adoc b/modules/op-installing-tkn-on-macos.adoc index e66778cd73..c7acf6d86f 100644 --- a/modules/op-installing-tkn-on-macos.adoc +++ b/modules/op-installing-tkn-on-macos.adoc @@ -12,11 +12,15 @@ For macOS, the `tkn` CLI is provided as a `tar.gz` archive. .Procedure -. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-macos-amd64.tar.gz[CLI]. +. Download the relevant CLI tool. + +* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-macos-amd64.tar.gz[macOS] + +* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-macos-arm64.tar.gz[macOS on ARM] . Unpack and unzip the archive. -. Move the `tkn` binary to a directory on your PATH. +. Move the `tkn` and `tkn-pac` binaries to a directory on your `PATH`. . To check your `PATH`, open a terminal window and run: + diff --git a/modules/op-installing-tkn-on-windows.adoc b/modules/op-installing-tkn-on-windows.adoc index 6982594bb9..d20916a67a 100644 --- a/modules/op-installing-tkn-on-windows.adoc +++ b/modules/op-installing-tkn-on-windows.adoc @@ -12,11 +12,11 @@ For Windows, the `tkn` CLI is provided as a `zip` archive. .Procedure -. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-windows-amd64.zip[CLI]. +. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-windows-amd64.zip[CLI tool]. . Unzip the archive with a ZIP program. -. Add the location of your `tkn.exe` file to your `PATH` environment variable. +. Add the location of your `tkn.exe` and `tkn-pac.exe` files to your `PATH` environment variable. . To check your `PATH`, open the command prompt and run the command: +