Skip to content

Commit 2f8aed2

Browse files
committed
Updating README.
1 parent acf39f7 commit 2f8aed2

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,23 @@ On other hand, Monroe is not:
2929

3030
## Installation
3131

32-
Make sure you have
33-
[clojure-mode.el](https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode.el)
34-
installed first.
35-
36-
Download Monroe official release or **monroe.el** file from this
37-
repository, if you would like to have bleeding edge code, and put it
38-
in folder where Emacs can access it (usually *$HOME/.emacs.d* or any
39-
folder listed in Emacs *load-path* variable).
40-
41-
Alternatively, you can also download it from
42-
[MELPA](http://melpa.org/) archive with command:
43-
44-
<kbd>M-x package-install [RET] monroe [RET]</kbd>
32+
Make sure you have `clojure-mode.el` installed first. You can get it
33+
from Marmalade repository or directly from
34+
[here](https://github.com/clojure-emacs/clojure-mode).
35+
36+
Official Monroe releases you can find on
37+
[releases](https://github.com/sanel/monroe/releases) page or you can
38+
get it from Marmalade repository of Emacs packages (you are familiar
39+
with Emacs packages, right?).
40+
41+
Latest (and maybe unstable) code you can always get from this
42+
repository or MELPA repository of Emacs packages.
43+
44+
If you get Monroe by downloading official release or by cloning this
45+
repository, you can install it by moving `monroe.el` file in
46+
`$HOME/.emacs.d` folder or any other location listed in Emacs
47+
`load-path` variable. Installing via Emacs package manager will do
48+
this automatically.
4549

4650
In your
4751
[Emacs init file](https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html),

0 commit comments

Comments
 (0)