You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide provides details about how you can install the Knative `kn`client (CLI) using various methods.
8
+
9
+
## Install `kn` using an executable binary
10
+
11
+
To install the `kn` Client, you must download the executable binary for your system. Links to the latest stable executable binary releases are available on the [`kn` release page](https://github.com/knative/client/releases).
12
12
13
13
You must place the executable binary in your system path, and make sure that it is executable.
14
14
15
-
## Install `kn` using Go
16
-
1. Check out the [Client repository](https://github.com/knative/client).
17
-
1. Run the command:
18
-
```bash
19
-
go install ./cmd/kn
20
-
```
15
+
### Install `kn` using nightly executable binary
16
+
17
+
Nightly executable binaries are available for users who want to install the most recent pre-release features of `kn`. These binaries include all `kn` features, even those not included in the latest stable release.
18
+
19
+
**WARNING:** Nightly executable binaries include features which may not be included in the latest stable Knative release, and are therefore not considered to be stable.
20
+
21
+
To install the `kn` Client, you must download the executable binary for your system. Links to the latest nightly executable binaries are available here:
You must place the executable binary in your system path, and make sure that it is executable.
21
28
22
29
## `kn` container images
23
-
The `kn` container images are available here:
30
+
31
+
The `kn` container images are available for users who require these for additional use cases. For example, if you want to use the `kn` container image with [Tekton](https://github.com/tektoncd/catalog/tree/master/kn).
32
+
33
+
Links to either the nightly container image or the latest stable container image are available here:
0 commit comments