Skip to content

Commit c624812

Browse files
committed
Merge pull request #68 from svs/master
updated README.md to reflect outdatedness of ELPA repo
2 parents 9960a0f + cc9fb33 commit c624812

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Provides Emacs font-lock, indentation, and navigation for the
55

66
## Installation
77

8-
If you use [package.el](http://bit.ly/pkg-el23), you can install with
9-
`M-x package-install clojure-mode`. Otherwise you can do a manual
8+
Unfortunately, the version on ELPA is outdated as of now. You can do a manual
109
install by downloading `clojure-mode.el` and placing it in the
1110
`~/.emacs.d/` directory, creating it if it doesn't exist. Then add
1211
this to the file `~/.emacs.d/init.el`:
@@ -16,9 +15,9 @@ this to the file `~/.emacs.d/init.el`:
1615
(require 'clojure-mode)
1716
```
1817

19-
### Setting up package.el
18+
### Marmalade
2019

21-
If you use package.el but haven't added
20+
The version on Marmalade is up-to-date. If you use package.el but haven't added
2221
[Marmalade](http://marmalade-repo.org), the community package source,
2322
yet, add this to `~/.emacs.d/init.el`:
2423

0 commit comments

Comments
 (0)