mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 03:00:11 +00:00
Mention the preferred address of MELPA stable in the readme.
This commit is contained in:
parent
6948a8d63d
commit
0b19c411e5
1 changed files with 2 additions and 2 deletions
|
@ -476,11 +476,11 @@ in your `package-archives` list.
|
|||
|
||||
```lisp
|
||||
(add-to-list 'package-archives
|
||||
'("melpa-stable" . "http://hiddencameras.milkbox.net/packages/") t)
|
||||
'("melpa-stable" . "http://melpa-stable.milkbox.net/packages/") t)
|
||||
```
|
||||
|
||||
An online list of available packages can be found at
|
||||
[http://hiddencameras.milkbox.net](http://hiddencameras.milkbox.net).
|
||||
[http://melpa-stable.milkbox.net](http://melpa-stable.milkbox.net).
|
||||
|
||||
### Stable Version Generation
|
||||
|
||||
|
|
Loading…
Reference in a new issue