mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[Doc] Fix correct number of slashes when installing a plugin with zip file
This commit is contained in:
parent
48ee09fbd4
commit
d819930261
2 changed files with 2 additions and 2 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue