From cdcc4dbdbe4612e5ea7b4aa62e7e66a0779c2954 Mon Sep 17 00:00:00 2001 From: Bob Furu <47002677+bobfuru@users.noreply.github.com> Date: Wed, 5 Oct 2022 07:57:29 -0600 Subject: [PATCH] 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 --- docs/snippets/quickstart-install.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/snippets/quickstart-install.md b/docs/snippets/quickstart-install.md index e832e8ea1..e9905cf5c 100644 --- a/docs/snippets/quickstart-install.md +++ b/docs/snippets/quickstart-install.md @@ -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: