use https when piping to sh for install
This commit is contained in:
parent
fe7997bc6e
commit
c06c78f964
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ can skip the whole manual and just type in your favorite shell the
|
||||||
following command:
|
following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -L http://git.io/epre | sh
|
curl -L https://git.io/epre | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
You can now power up your Emacs, sit back and enjoy Prelude,
|
You can now power up your Emacs, sit back and enjoy Prelude,
|
||||||
|
|
Loading…
Reference in a new issue