Merge pull request #3280 from gmiretti/patch-1

doc: Fix command formatting on plugins help
pull/3291/head
Matthew Fisher 7 years ago committed by GitHub
commit 1c30e61dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ plugins do the "detail work" of performing a desired action.
## Installing a Plugin ## Installing a Plugin
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` 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`
```console ```console
$ helm plugin install https://github.com/technosophos/helm-template $ helm plugin install https://github.com/technosophos/helm-template

Loading…
Cancel
Save