Skip to content

Commit b3a18db

Browse files
authored
updating install location to PATH instead of plugin directory (#98)
1 parent 74e8d07 commit b3a18db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are two ways to run `kn quickstart`:
1313
1. You can run it standalone, just put it on your system path and make sure it is executable.
1414
2. 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

1919
After the plugin is installed, you can use `kn quickstart` to run its related subcommands.

0 commit comments

Comments
 (0)