Skip to content

Commit b05f40a

Browse files
Merge pull request #2172 from madeline-underwood/Tekton-IG
Tekton IG_JA to review
2 parents dabb406 + 668efdf commit b05f40a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/install-guides/tkn.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: Tekton CLI (tkn)
33

4-
draft: true
5-
64
author: Jason Andrews
75
official_docs: https://tekton.dev/docs/cli/
86

@@ -53,7 +51,7 @@ arm64
5351

5452
## How do I download and install the Tekton CLI?
5553

56-
There are multiple ways to install the Tekton CLI. The methods below download the latest stable version directly from the GitHub releases.
54+
You can install the Tekton CLI in multiple ways. The following methods download the latest stable release directly from GitHub.
5755

5856
### Install on Arm Linux
5957

@@ -65,6 +63,10 @@ curl -LO https://github.com/tektoncd/cli/releases/download/${TKN_VERSION}/tekton
6563
sudo apt install ./tektoncd-cli-${TKN_VERSION#v}_Linux-ARM64.deb
6664
```
6765

66+
{{% notice Tip %}}
67+
If the version query fails, you can manually set `TKN_VERSION` to a known stable version like `v0.41.0`.
68+
{{% /notice %}}
69+
6870
### Install on macOS
6971

7072
To install the Tekton CLI on macOS with Apple Silicon:

0 commit comments

Comments
 (0)