@@ -31,11 +31,10 @@ plugins do the "detail work" of performing a desired action.
...
@@ -31,11 +31,10 @@ plugins do the "detail work" of performing a desired action.
## Installing a Plugin
## Installing a Plugin
A Helm plugin management system is in the works. But in the short term, plugins
Plugins are installed using the `$ helm plugin install <path|url> command. You can pass in a path to a plugin on your local file system or a url of a remote VCS repo. The `helm plugin install` command clones or copies the plugin at the path/url given into `$ (helm home)/plugins`
are installed by copying the plugin directory into `$(helm home)/plugins`.