From 219e1075ce0441d063d9604a563e9e9a2484288f Mon Sep 17 00:00:00 2001 From: Gabriel Miretti Date: Tue, 19 Dec 2017 17:46:03 -0300 Subject: [PATCH] Fix command formatting --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index c14063cf8..242f995b4 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -31,7 +31,7 @@ plugins do the "detail work" of performing a desired action. ## Installing a Plugin -Plugins are installed using the `$ helm plugin install 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 ` 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 $ helm plugin install https://github.com/technosophos/helm-template