From 19b237445d50dcfee6a62dbdc98e925bc8a68a6d Mon Sep 17 00:00:00 2001 From: Steven Penny Date: Thu, 1 Oct 2015 23:23:50 -0500 Subject: [PATCH] Remove redundant curl option Resolves: http://stackoverflow.com/q/32899086/why-use-lo-with-curl-when-piping-to-bash --- README.md | 2 +- janus/vim/core/janus/doc/janus.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0e921e9..28aaa106 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ installer](https://github.com/carlhuda/janus/blob/master/bootstrap.sh) Janus. ```bash -$ curl -Lo- https://bit.ly/janus-bootstrap | bash +$ curl -L https://bit.ly/janus-bootstrap | bash ``` ## Customization diff --git a/janus/vim/core/janus/doc/janus.txt b/janus/vim/core/janus/doc/janus.txt index fcbf8bbb..bbb0d84b 100644 --- a/janus/vim/core/janus/doc/janus.txt +++ b/janus/vim/core/janus/doc/janus.txt @@ -80,7 +80,7 @@ installer](https://github.com/carlhuda/janus/blob/master/bootstrap.sh) Janus. ```bash -$ curl -Lo- http://bit.ly/janus-bootstrap | bash +$ curl -L http://bit.ly/janus-bootstrap | bash ```