Skip to content

Commit

Permalink
Fix the CLI installation headings (#2175)
Browse files Browse the repository at this point in the history
* Fix the CLI installation headings

* Fix links, add bash to code block
  • Loading branch information
mattmoor authored Feb 4, 2020
1 parent 4db92cd commit 7a509d5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/install/install-kn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Installing the `kn` Client"
linkTitle: "Installing the `kn` Client"
title: "Installing the Knative CLI"
weight: 10
type: "docs"
---
Expand All @@ -16,11 +15,11 @@ You must place the executable binary in your system path, and make sure that it
## Install `kn` using Go
1. Check out the [Client repository](https://github.com/knative/client).
1. Run the command:
```
```bash
go install ./cmd/kn
```

## `kn` container images
The `kn` container images are available here:
- [Nightly container image](gcr.io/knative-nightly/knative.dev/client/cmd/kn)
- [Latest release](gcr.io/knative-releases/knative.dev/client/cmd/kn)
- [Nightly container image](https://gcr.io/knative-nightly/knative.dev/client/cmd/kn)
- [Latest release](https://gcr.io/knative-releases/knative.dev/client/cmd/kn)

0 comments on commit 7a509d5

Please sign in to comment.