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

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

[nongnu] elpa/julia-mode 10ce821 310/352: Add MELPA badge, clarify insta


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 10ce821 310/352: Add MELPA badge, clarify installation.
Date: Sun, 29 Aug 2021 11:23:08 -0400 (EDT)

branch: elpa/julia-mode
commit 10ce821caff88626048c6c5796e07b413aae34ce
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: Tamas K. Papp <tkpapp@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 @@
 
 [![Build 
Status](https://travis-ci.org/JuliaEditorSupport/julia-emacs.svg?branch=master)](https://travis-ci.org/JuliaEditorSupport/julia-emacs)
 
-# Install
+[![MELPA](https://melpa.org/packages/julia-mode-badge.svg)](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")



reply via email to

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