Skip to content

Commit

Permalink
few more
Browse files Browse the repository at this point in the history
  • Loading branch information
vocatan committed Jan 15, 2016
1 parent 10a7fc3 commit 30823ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ There are two main ways of running and installing elasticsearch-head

h4. Running as a plugin of Elasticsearch

* @sudo elasticsearch/bin/plugin -install mobz/elasticsearch-head@
* @sudo elasticsearch/bin/plugin -install mobz/elasticsearch-head@ (ES 1.x)
* @sudo elasticsearch/bin/plugin install mobz/elasticsearch-head@ (ES 2.x)
* @open http://localhost:9200/_plugin/head/@

This will automatically download the latest version of elasticsearch-head from github and run it as a plugin within the elasticsearch cluster. In this mode;
Expand Down Expand Up @@ -62,7 +63,7 @@ Then
# @grunt dev@ # builds the distribution files, then watches the src directory for changes

Changes to both _site and src directories *must* be committed, to allow people to
run elasticsearch-head without running dev tools and folllow existing dev patterns,
run elasticsearch-head without running dev tools and follow existing dev patterns,
such as indenting with tabs.

h5. Contributing an Internationalisation
Expand Down

0 comments on commit 30823ff

Please sign in to comment.