]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix #102
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 10 May 2013 15:54:45 +0000 (19:54 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 10 May 2013 15:54:45 +0000 (19:54 +0400)
README.md

index d66c69a906f2951c7d42340cc8882371d62e4498..865eb2e7e2bc9d916411d2bd50496b15ad42e9bc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,31 +1,25 @@
 Description
 ======
 
-An improved JavaScript mode for GNU Emacs. Forked from <http://code.google.com/p/js2-mode/>.
+Improved JavaScript editing mode for GNU Emacs ([description here](http://elpa.gnu.org/packages/js2-mode.html)).
 
 For some of the latest changes, see [latest user-visible changes](https://github.com/mooz/js2-mode/wiki/Latest-user-visible-changes).
 
 Installation
 ======
 
-    $ git clone git://github.com/mooz/js2-mode.git
-    $ cd js2-mode
-    $ emacs --batch -f batch-byte-compile js2-mode.el
+The stable versions are hosted at [GNU ELPA](http://elpa.gnu.org/)
+(<kbd>M-x list-packages</kbd>).
 
-Then put js2-mode.elc into your site-lisp directory.
-
-In your emacs config:
-
-    (autoload 'js2-mode "js2-mode" nil t)
-    (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
-
-See <http://code.google.com/p/js2-mode/wiki/InstallationInstructions> for
-additional details.
+You can also install the latest development version from
+[Melpa](http://melpa.milkbox.net/#installing).
 
 Emacs 22 and 23
 ===============
 
-This version requires Emacs 24. For a backward compatible version, check out the branch [emacs23](https://github.com/mooz/js2-mode/tree/emacs23).
+This version requires Emacs 24. For a backward compatible version,
+check out the branch
+[emacs23](https://github.com/mooz/js2-mode/tree/emacs23).
 
 Bugs
 ====