Skip to content

Commit 54f80e0

Browse files
committed
Merge pull request #146 from rickhull/master
Rework MELPA install section of README.md
2 parents 5a9487d + 2861a0b commit 54f80e0

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,32 @@ Provides font-locking, indentation and navigation support for the
2020

2121
## Installation
2222

23-
### ELPA
23+
### (M)ELPA
2424

25-
elixir-mode is available on the community maintained repository -
26-
[MELPA](http://stable.melpa.org/). Just run `M-x package-install
27-
[RET] elixir-mode [RET]` inside your emacs and you're ready to go.
25+
If you're not already using ELPA, check the
26+
[emacswiki](http://www.emacswiki.org/emacs/ELPA) page to get familiar with it.
27+
elixir-mode is available on the community maintained repository:
28+
[MELPA](http://stable.melpa.org/)
2829

29-
**Please take note of the MELPA URL.** We strive for the most responsible
30-
release management possible (to the best of our knowledge & abilities). To that
31-
end, please ensure you are *only* using [MELPA Stable](http://stable.melpa.org)
32-
to retrieve this package. If you use [regular MELPA](http://melpa.org), you will
33-
be installing the latest changes to master, not the latest release.
30+
1. Add the (stable) package source: `http://stable.melpa.org/packages/`
31+
2. Install elixir-mode package
3432

35-
If you're not already using ELPA, check the [emacswiki](http://www.emacswiki.org/emacs/ELPA) page to get
36-
familiar with it.
33+
34+
[In your (e.g.) .emacs](http://stable.melpa.org/#/getting-started)
35+
36+
(add-to-list 'package-archives
37+
'("melpa-stable" . "http://stable.melpa.org/packages/") t)
38+
39+
In your emacs
40+
41+
M-x package-install
42+
elixir-mode
43+
44+
**Please take note of the [packages URL](http://stable.melpa.org/packages/)!**
45+
We strive for the most responsible release management possible (to the best
46+
of our knowledge & abilities). To that end, please ensure you are *only* using
47+
[MELPA Stable](http://stable.melpa.org). If you use [regular MELPA](http://melpa.org), you will be installing the *latest changes to master*, not the latest
48+
release.
3749

3850
### Download latest release
3951

0 commit comments

Comments
 (0)