mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Fix plugin installation command
This commit fixes the plugin installation command produced by the release candidate driver.
This commit is contained in:
parent
0fa67e1538
commit
7b98d5e0cb
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ The packages may be downloaded from the following URLs:
|
||||||
|
|
||||||
Plugins can be installed as follows:
|
Plugins can be installed as follows:
|
||||||
|
|
||||||
bin/elasticsearch-plugin -Des.plugins.staging=true install cloud-aws
|
ES_JAVA_OPTS="-Des.plugins.staging=true" bin/elasticsearch-plugin install cloud-aws
|
||||||
|
|
||||||
The same goes for the x-plugins:
|
The same goes for the x-plugins:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue