branch: externals/js2-mode commit 5434da3728f31bbb1a2e1d370a29df2c65f4e651 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
[ci skip] Link to INSTALL.REPO --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5bf6c8..b9a3dc6 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,10 @@ React and JSX ====== The currently recommended solution is to install Emacs 27 (still in -development, you can build from source or e.g. install a snapshot from -a [PPA](https://launchpad.net/~ubuntu-elisp/+archive/ubuntu/ppa)) and +development, you can [build from +source](http://git.savannah.gnu.org/cgit/emacs.git/tree/INSTALL.REPO) +or e.g. install a snapshot from a +[PPA](https://launchpad.net/~ubuntu-elisp/+archive/ubuntu/ppa)) and use `js-mode` as the major mode. To make use of the JS2 AST and the packages that integrate with it, we recommend `js2-minor-mode`. See the corresponding [instructions in the