Update repositories.asciidoc

Added apt-get update to the commands for clarity.

Closes #7192
This commit is contained in:
Clinton Gormley 2014-08-18 12:57:05 +02:00
parent 89088678c3
commit 24e66597fa
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Run apt-get update and the repository is ready for use. You can install it with
[source,sh]
--------------------------------------------------
apt-get install elasticsearch
apt-get update && apt-get install elasticsearch
--------------------------------------------------