1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Encourage installation via https instead of http

This commit is contained in:
Valentin Ignatev 2018-03-14 21:27:09 +10:00
parent 742cf27b0e
commit 8a27cd3a8b

View file

@ -159,7 +159,7 @@ To use Melpa:
@lisp
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.org/packages/") t)
'("melpa" . "https://melpa.org/packages/") t)
@end lisp
@itemize
@ -170,7 +170,7 @@ To use Melpa-Stable:
@lisp
(require 'package)
(add-to-list 'package-archives
'("melpa-stable" . "http://stable.melpa.org/packages/") t)
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
@end lisp
Once you have added your preferred archive, you need to update the