File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ There are two ways to run `kn quickstart`:
13131 . You can run it standalone, just put it on your system path and make sure it is executable.
14142 . You can install it as a plugin of the ` kn ` client to run:
1515 * Follow the [ documentation] ( https://github.com/knative/client/blob/main/docs/README.md#installing-kn ) to install ` kn client ` if you don't have it
16- * Copy the ` kn-quickstart ` binary to the ` ~/.config/kn/plugins/ ` directory and make sure its filename is ` kn-quickstart `
16+ * Copy the ` kn-quickstart ` binary to a directory on your ` PATH ` (for example, ` /usr/local/bin ` ) and make sure its filename is ` kn-quickstart `
1717 * Run ` kn plugin list ` to verify that the ` kn-quickstart ` plugin is installed successfully
1818
1919After the plugin is installed, you can use ` kn quickstart ` to run its related subcommands.
You can’t perform that action at this time.
0 commit comments