Skip to content

Commit

Permalink
Updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanel committed Oct 27, 2014
1 parent acf39f7 commit 2f8aed2
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,23 @@ On other hand, Monroe is not:

## Installation

Make sure you have
[clojure-mode.el](https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode.el)
installed first.

Download Monroe official release or **monroe.el** file from this
repository, if you would like to have bleeding edge code, and put it
in folder where Emacs can access it (usually *$HOME/.emacs.d* or any
folder listed in Emacs *load-path* variable).

Alternatively, you can also download it from
[MELPA](http://melpa.org/) archive with command:

<kbd>M-x package-install [RET] monroe [RET]</kbd>
Make sure you have `clojure-mode.el` installed first. You can get it
from Marmalade repository or directly from
[here](https://github.com/clojure-emacs/clojure-mode).

Official Monroe releases you can find on
[releases](https://github.com/sanel/monroe/releases) page or you can
get it from Marmalade repository of Emacs packages (you are familiar
with Emacs packages, right?).

Latest (and maybe unstable) code you can always get from this
repository or MELPA repository of Emacs packages.

If you get Monroe by downloading official release or by cloning this
repository, you can install it by moving `monroe.el` file in
`$HOME/.emacs.d` folder or any other location listed in Emacs
`load-path` variable. Installing via Emacs package manager will do
this automatically.

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

0 comments on commit 2f8aed2

Please sign in to comment.