Docs: Corrected path to elasticsearch-plugin (#23622)

This commit is contained in:
Arnaud Venturi 2017-03-18 00:56:31 +10:00 committed by Nik Everett
parent 413bf05956
commit 89cbb0fed5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ sudo bin/elasticsearch-plugin -h
.Running as root
=====================
If Elasticsearch was installed using the deb or rpm package then run
`/usr/share/elasticsearch-plugin` as `root` so it can write to the appropriate files on disk.
`/usr/share/elasticsearch/bin/elasticsearch-plugin` as `root` so it can write to the appropriate files on disk.
Otherwise run `bin/elasticsearch-plugin` as the user that owns all of the Elasticsearch
files.
=====================