Skip to content

Commit

Permalink
Corrected the install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Oct 31, 2015
1 parent ad118eb commit 49a25f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49a25f4

Please sign in to comment.