emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode 61e22f6 312/352: Merge pull request #90 from tp


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 61e22f6 312/352: Merge pull request #90 from tpapp/tp/add-melpa-badge
Date: Sun, 29 Aug 2021 11:23:08 -0400 (EDT)

branch: elpa/julia-mode
commit 61e22f681fa2c0984112f1ee17cf861b37d544e4
Merge: addd3d4 864e124
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: GitHub <noreply@github.com>

    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
 
 [![Build 
Status](https://travis-ci.org/JuliaEditorSupport/julia-emacs.svg?branch=master)](https://travis-ci.org/JuliaEditorSupport/julia-emacs)
+[![MELPA](https://melpa.org/packages/julia-mode-badge.svg)](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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]