improve note about insecure connection in readme

After 8a7a4ce
This commit is contained in:
d12frosted 2016-06-17 09:25:37 +03:00
parent 8a7a4ce1c3
commit b7362c18ae
No known key found for this signature in database
GPG Key ID: 4BD9E6209997FE23
1 changed files with 5 additions and 4 deletions

View File

@ -217,10 +217,11 @@ For efficient searches we recommend to install `pt` ([the platinum searcher][]).
```sh
emacs --insecure
```
Or you may need to set the `dotspacemacs-elpa-https` to `nil` in dotfiles
and restart Emacs. You may wish to clear out your `.emacs.d/elpa` directory
before doing this, so that any corrupted packages you may have downloaded
will be reinstalled.
Or you can set the `dotspacemacs-elpa-https` to `nil` in your dotfile to
remove the need to start Emacs with `--insecure` argument. You may wish to
clear out your `.emacs.d/elpa` directory before doing this, so that any
corrupted packages you may have downloaded will be reinstalled.
4. Restart Emacs to complete the installation.