mirror of https://github.com/knative/docs.git
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:
parent
7b0718e249
commit
cdcc4dbdbe
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue