From 49a25f4c141349d09ee2bb3ca6e43f3c9d7cf325 Mon Sep 17 00:00:00 2001 From: Jettro Coenradie Date: Sat, 31 Oct 2015 16:53:38 +0100 Subject: [PATCH] Corrected the install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e33c684..b8e067e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Welcome to the Gui plugin for elasticsearch. Using this plugin you can explore y ## local installation You can install the plugin in your own elasticsearch instance using the following command in the elasticsearch folder: ``` -[~/elasticsearch] $ bin/plugin --install jettro/elasticsearch-gui +[~/elasticsearch] $ bin/plugin install jettro/elasticsearch-gui ``` Next you can browse to you elasticsearch instance: http://localhost:9200/_plugin/gui/index.html ## use deployed installation