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

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

[elpa] externals/sql-indent 51b17d6 01/13: Update README with instructio


From: Stefan Monnier
Subject: [elpa] externals/sql-indent 51b17d6 01/13: Update README with instructions on how to install from GNU ELPA
Date: Sun, 11 Feb 2018 22:24:12 -0500 (EST)

branch: externals/sql-indent
commit 51b17d6cedb95503fdf7f20d27cb8b7fc3d523a2
Author: Alex Harsanyi <address@hidden>
Commit: Alex Harsanyi <address@hidden>

    Update README with instructions on how to install from GNU ELPA
    
    * README.md: add instructions for installing from GNU ELPA
    
    * sql-indent.el: reference `sql-indent.org` in the commentary section
---
 README.md     | 9 ++++++++-
 sql-indent.el | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1a4f98b..e10075c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,14 @@ See the [manual](./sql-indent.org) for more details.
 
 # Installation
 
-To install this package, open the file `sql-indent.el` in Emacs and type
+You can install a released version of this package
+from [GNU ELPA](http://elpa.gnu.org/packages/sql-indent.html), by running the
+following commands in Emacs:
+
+    M-x package-install RET sql-indent RET
+
+To install sql-indent from this repository, open the file `sql-indent.el` in
+Emacs and type:
 
     M-x package-install-from-buffer RET
 
diff --git a/sql-indent.el b/sql-indent.el
index 172c31b..72028b6 100644
--- a/sql-indent.el
+++ b/sql-indent.el
@@ -33,7 +33,7 @@
 ;; SQL statements, see `sqlind-align-rules'.
 ;;
 ;; Indentation rules can be customized, for more information, see the
-;; "README.md" file or the doc strings for `sqlind-basic-offset',
+;; "sql-indent.org" file or the doc strings for `sqlind-basic-offset',
 ;; `sqlind-default-indentation-offsets-alist' and
 ;; `sqlind-indentation-syntax-symbols'.
 



reply via email to

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