Skip to content

Commit 5e61743

Browse files
committed
Update README.md
Removed "Install latest version" and replaced with "Download latest release".
1 parent 53b48a8 commit 5e61743

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@ Please use http://melpa-stable.milkbox.com when retrieving this package.
1818
If you're not already using ELPA, check the [emacswiki](http://www.emacswiki.org/emacs/ELPA) page to get
1919
familiar with it.
2020

21-
### Install the most recent version
21+
### Download latest release
2222

23-
Clone this repository somewhere
23+
If you would prefer to install from source, you can download the latest tagged
24+
release from https://github.com/elixir-lang/emacs-elixir/releases/latest/.
2425

25-
```shell
26-
$ cd ~/.emacs.d/plugins
27-
$ git clone https://github.com/elixir-lang/emacs-elixir
28-
```
29-
30-
Add the following in your .emacs file:
26+
After unzipping either the tarball or zipfile into your desired location,
27+
add the following in your .emacs file:
3128

3229
```lisp
3330
(add-to-list 'load-path "~/path/to/emacs-elixir/")

0 commit comments

Comments
 (0)