Skip to content

Commit 77891da

Browse files
added install instruction with apt
Closes #6206
1 parent d1a2241 commit 77891da

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/reference/setup/repositories.asciidoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ Add the following to your /etc/apt/sources.list to enable the repository
2323
deb http://packages.elasticsearch.org/elasticsearch/1.1/debian stable main
2424
--------------------------------------------------
2525

26-
Run apt-get update and the repository is ready for use.
26+
Run apt-get update and the repository is ready for use. You can install it with :
27+
28+
[source,sh]
29+
--------------------------------------------------
30+
apt-get install elasticsearch
31+
--------------------------------------------------
32+
2733

2834

2935
[float]

0 commit comments

Comments
 (0)