Update repositories.asciidoc
Added apt-get update to the commands for clarity. Closes #7192
This commit is contained in:
parent
89088678c3
commit
24e66597fa
|
@ -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
|
||||
--------------------------------------------------
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue