branch: elpa/julia-mode commit 10ce821caff88626048c6c5796e07b413aae34ce Author: Tamas K. Papp <tkp...@gmail.com> Commit: Tamas K. Papp <tkp...@gmail.com>
Add MELPA badge, clarify installation. Fixes #89. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2a7484..6d95ec1 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,21 @@ [](https://travis-ci.org/JuliaEditorSupport/julia-emacs) -# Install +[](https://melpa.org/#/julia-mode) -Put the following code in your `.emacs`, `site-load.el`, or other relevant file +# Installation + +## Installing from MELPA + +Unless you want to develop this package, it is recommended that you use it from MELPA: + +1. [Enable the MELPA repository](https://melpa.org/#/getting-started). + +2. Add `(require 'julia-mode)` to your Emacs init file. + +## Using the source repository directly + +Clone this repository, then use ```elisp (add-to-list 'load-path "path-to-julia-mode")