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

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

[elpa] master 63ef489 01/14: Updated documentation for ELPA release


From: Ian Dunn
Subject: [elpa] master 63ef489 01/14: Updated documentation for ELPA release
Date: Sun, 17 Dec 2017 17:39:57 -0500 (EST)

branch: master
commit 63ef489cdcaf6358738417007f701ec1dbc48d18
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Updated documentation for ELPA release
---
 org-edna.org | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/org-edna.org b/org-edna.org
index bb31c85..ee2cd93 100644
--- a/org-edna.org
+++ b/org-edna.org
@@ -14,7 +14,7 @@
 #+TEXINFO_DIR_DESC: Extensible Dependencies 'N' Actions for Org Mode tasks
 
 * Copying
-Copyright (C) 2017 Ian Dunn
+Copyright (C) 2017 Free Software Foundation, Inc.
 
 #+BEGIN_QUOTE
 This program is free software: you can redistribute it and/or modify
@@ -58,7 +58,15 @@ and DONE state to indicate any state in ~org-done-keywords~.
 | seq   |  2.19 |
 | org   | 9.0.5 |
 
-Right now, the only way to install Edna is by cloning the bazaar repo:
+There are two ways to install Edna: From GNU ELPA, or from source.
+
+From ELPA:
+
+#+BEGIN_EXAMPLE
+M-x package-install org-edna
+#+END_EXAMPLE
+
+From Source:
 
 #+BEGIN_SRC shell
 bzr branch https://bzr.savannah.gnu.org/r/org-edna-el/ org-edna
@@ -68,8 +76,11 @@ make -C org-edna compile autoloads
 After that, add the following to your init file (typically .emacs):
 
 #+BEGIN_SRC emacs-lisp
+;; Only necessary if installing from source
 (add-to-list 'load-path "/full/path/to/org-edna/")
 (load "/path/to/org-edna/org-edna-autoloads.el")
+
+;; Always necessary
 (org-edna-load)
 #+END_SRC
 



reply via email to

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