Browse Source

Update repositories.asciidoc

Added apt-get update to the commands for clarity.

Closes #7192
Clinton Gormley 11 years ago
parent
commit
24e66597fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/repositories.asciidoc

+ 1 - 1
docs/reference/setup/repositories.asciidoc

@@ -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
 --------------------------------------------------