Update docs/client/install-kn.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
This commit is contained in:
Bruce Hamilton 2025-09-22 16:25:29 -07:00 committed by GitHub
parent 0ed91d6e52
commit 84a9af2bae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ There are three CLI tools available for managing Knative:
- Knative CLI - `kn`
- Knative Operator CLI - `kn`
The `kn` CLI makes Knative operations easier, but all functionality is available in `kubectl` CLI provided you want to primarily use YAML representations of resources. The Knative Operator CLI facilitates installing the Knative Operator and the Serving and Eventing components.
The `kn` CLI makes Knative operations easier, but all functionality is available in `kubectl` CLI provided you want to primarily use YAML representations of resources.
## Install Kubernetes CLI