[Doc] Fix correct number of slashes when installing a plugin with zip file

This commit is contained in:
Tanguy Leroux 2015-10-15 17:25:39 +02:00
parent 48ee09fbd4
commit d819930261
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ For instance, to install a plugin from your local file system, you could run:
[source,shell]
-----------------------------------
sudo bin/plugin install file:/path/to/plugin.zip
sudo bin/plugin install file:///path/to/plugin.zip
-----------------------------------
[[listing-removing]]