added install instruction with apt

Closes #6206
This commit is contained in:
Clinton Gormley 2014-05-16 19:06:10 +02:00
parent 0dbc83e7b0
commit bfeb5a7120

View File

@ -23,7 +23,13 @@ Add the following to your /etc/apt/sources.list to enable the repository
deb http://packages.elasticsearch.org/elasticsearch/1.1/debian stable main
--------------------------------------------------
Run apt-get update and the repository is ready for use.
Run apt-get update and the repository is ready for use. You can install it with :
[source,sh]
--------------------------------------------------
apt-get install elasticsearch
--------------------------------------------------
[float]