Provide explicit example of bash command, similar to `kn` quickstart (#5260)

* Provide explicit example of bash command, similar to `kn` quickstart proc

It would be nice to have the example command that the user could copy, similar to how it's done in the previous procedure for installing `kn`

* rm trailing whitespaces
This commit is contained in:
Bob Furu 2022-10-05 07:57:29 -06:00 committed by GitHub
parent 7b0718e249
commit cdcc4dbdbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,11 @@ To get started, install the Knative `quickstart` plugin:
1. Make the plugin executable. For example, `chmod +x kn-quickstart`.
1. Move the executable binary file to a directory on your `PATH`, for example, in `/usr/local/bin`.
1. Move the executable binary file to a directory on your `PATH` by running the command:
```bash
mv kn-quickstart /usr/local/bin
```
1. Verify that the plugin is working by running the command: