branch: elpa/d-mode
commit 72c1bbd6e19553e18680cfdaa262b1f1f78331c8
Author: Russel Winder <[email protected]>
Commit: Russel Winder <[email protected]>

    Update the README.
---
 README.md | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 835869b..83719d8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,18 @@
 Emacs D Mode
 ============
 
-An Emacs mode for editing D code.
+An Emacs major mode for editing D code.
 
-Currently known to work with Emacs 23 and Emacs 24.
+Currently known to work with Emacs 24 and believed to work with Emacs 23.
+
+The best way of installing this major mode, at least for Emacs 24, is to use 
the packaging system. Add
+MELPA to the list of repositories:
+
+    (require 'package)
+    (add-to-list 'package-archives
+             '("melpa" . "http://melpa.milkbox.net/packages/";) t)
+    (package-initialize)
+
+and then use M-x package-list-package to get to the package listing and 
install from there. MELPA tracks
+this Git repository and updates relatively soon after each commit, so there 
are no formal releases of this
+major mode per se any longer.

Reply via email to