From 2f8aed286de47f5c4f65b352b6e4f72b47cac279 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Mon, 27 Oct 2014 13:38:43 +0100 Subject: [PATCH] Updating README. --- README.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bed030f..eae49b2 100644 --- a/README.md +++ b/README.md @@ -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: - -M-x package-install [RET] monroe [RET] +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),