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

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

[elpa] externals/bnf-mode e6c2acb 01/43: Update installation documentati


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode e6c2acb 01/43: Update installation documentation
Date: Mon, 20 Jan 2020 13:38:58 -0500 (EST)

branch: externals/bnf-mode
commit e6c2acb9f5e7b48bb828594dd878912896fca38c
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>

    Update installation documentation
---
 README.org | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 83d85b9..81ca76b 100644
--- a/README.org
+++ b/README.org
@@ -47,7 +47,7 @@ The best way of installing this major mode, at least for GNU 
Emacs 24, is to
 use the packaging system.  The following are ways to install using ELPA and
 MELPA.
 
-*** Using ELPA or MELPA
+*** Initializing packaging system
 **** ELPA
 
 Since version 0.4.1 BNF Mode is available for installation from ELPA.
@@ -84,6 +84,8 @@ For those who want rolling releases as they happen use MELPA:
 (package-initialize)
 #+end_src
 
+*** Installation from package archive
+
 After initializing packaging system you can install BNF Mode using preferred 
way:
 
 ***** =package-list-packages=
@@ -107,6 +109,8 @@ Add following to your [[https://cask.github.io/][Cask]] 
file:
 
 #+begin_src emacs-lisp
 (source melpa)
+;; In case of using ELPA
+;; (source elpa)
 
 (depends-on "bnf-mode")
 #+end_src



reply via email to

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