mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Encourage installation via https instead of http
This commit is contained in:
parent
742cf27b0e
commit
8a27cd3a8b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue