Updated readme file

Original commit: elastic/x-pack-elasticsearch@e1879dbc24
This commit is contained in:
Boaz Leskes 2014-02-06 11:07:36 +01:00
parent ab4b11caf8
commit 0d34d6cbef
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,3 @@
# Installing the last release of Marvel
The easiest way to play/get to know Marvel is to install the latest release version of it. To do so, just run the following command on every node on your cluster (restart node for it to have effect):
@ -41,7 +40,7 @@ Merges kibana and marvel code, builds Kibana and the plugin (via mvn) and puts t
```grunt package```
Zips and tar+gzips the build in ./packages. Includes grunt build
Zips and tar+gzips the build in build/packages. Includes grunt build
```grunt release```
@ -54,3 +53,7 @@ Uploads created archives to download.elasticsearch.org/elasticsearch/marvel/marv
}
```
To upload the current archive as the "latest" release, use:
```grunt release --latest```