Skip to content

Commit

Permalink
Uses https for installer script.
Browse files Browse the repository at this point in the history
  • Loading branch information
sul3n3t committed May 24, 2012
1 parent 9757f2b commit 5d2a63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5d2a63b

Please sign in to comment.