Skip to content

Commit

Permalink
Use "curl -O" for Darwin (#13602)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and Tyler Smalley committed Aug 23, 2017
1 parent dd0f523 commit d2fb390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/install/targz.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The Darwin archive for Kibana v{version} can be downloaded and installed as foll

["source","sh",subs="attributes"]
--------------------------------------------
wget https://artifacts.elastic.co/downloads/kibana/kibana-{version}-darwin-x86_64.tar.gz
curl -O https://artifacts.elastic.co/downloads/kibana/kibana-{version}-darwin-x86_64.tar.gz
shasum kibana-{version}-darwin-x86_64.tar.gz <1>
tar -xzf kibana-{version}-darwin-x86_64.tar.gz
cd kibana/ <2>
Expand Down

0 comments on commit d2fb390

Please sign in to comment.