branch: elpa/julia-mode
commit 61e22f681fa2c0984112f1ee17cf861b37d544e4
Merge: addd3d4 864e124
Author: Tamas K. Papp <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #90 from tpapp/tp/add-melpa-badge
Add MELPA badge, clarify installation.
---
README.md | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b2a7484..cfc4eb7 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,21 @@
# Emacs major mode for the julia programming language
[](https://travis-ci.org/JuliaEditorSupport/julia-emacs)
+[](https://melpa.org/#/julia-mode)
-# Install
+# Installation
-Put the following code in your `.emacs`, `site-load.el`, or other relevant file
+## 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")