Unverified Commit 219e1075 authored by Gabriel Miretti's avatar Gabriel Miretti Committed by GitHub

Fix command formatting

parent 60985e8b
...@@ -31,7 +31,7 @@ plugins do the "detail work" of performing a desired action. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment