From 5d2a63b956e74205de236dc0e8e7b11fd4657dad Mon Sep 17 00:00:00 2001 From: Justin Cummins Date: Thu, 24 May 2012 11:21:59 -0700 Subject: [PATCH] Uses https for installer script. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6d6213a..28838484 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To upgrade to the latest version: 2. move customizations from `~/.vimrc.local` to `~/.vimrc.before` and `~/.vimrc.after`. 3. Do the same with `/.gvimrc.local`. -4. Run the installer: `curl -Lo- http://bit.ly/janus-bootstrap | bash` +4. Run the installer: `curl -Lo- https://bit.ly/janus-bootstrap | bash` ## Updating to the latest version (from any time after January 10th, 2012) @@ -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 -Lo- https://bit.ly/janus-bootstrap | bash ``` ## Customization