Skip to content

Commit 78e8b08

Browse files
committed
Merge pull request #62 from MicahChalmer/a-couple-of-readme-fixes
A couple of readme fixes
2 parents 8a8bd58 + e16c37c commit 78e8b08

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,13 @@ To install manually, check out this repository and add this to your
1919
This associates `rust-mode` with `.rs` files. To enable it explicitly, do
2020
<kbd>M-x rust-mode</kbd>.
2121

22-
### `package.el` installation via Marmalade or MELPA
22+
### `package.el` installation via MELPA
2323

2424
It can be more convenient to use Emacs's package manager to handle
2525
installation for you if you use many elisp libraries. If you have
26-
`package.el` but haven't added Marmalade or MELPA, the community
26+
`package.el` but haven't added MELPA, the community
2727
package source, yet, add this to `~/.emacs.d/init.el`:
2828

29-
Using Marmalade:
30-
31-
```lisp
32-
(require 'package)
33-
(add-to-list 'package-archives
34-
'("marmalade" . "http://marmalade-repo.org/packages/"))
35-
(package-initialize)
36-
```
37-
38-
Using MELPA:
39-
4029
```lisp
4130
(require 'package)
4231
(add-to-list 'package-archives
@@ -50,7 +39,7 @@ Then do this to load the package listing:
5039
* <kbd>M-x package-refresh-contents</kbd>
5140

5241
If you use a version of Emacs prior to 24 that doesn't include
53-
`package.el`, you can get it from [here](http://bit.ly/pkg-el23).
42+
`package.el`, you can get it from [here](http://git.savannah.gnu.org/gitweb/?p=emacs.git;a=blob_plain;hb=ba08b24186711eaeb3748f3d1f23e2c2d9ed0d09;f=lisp/emacs-lisp/package.el).
5443

5544
If you have an older ELPA `package.el` installed from tromey.com, you
5645
should upgrade in order to support installation from multiple sources.

0 commit comments

Comments
 (0)