eschulte pushed a commit to branch master
in repository elpa.
commit d0b6ae9df6014db2195da0081dc97cc8246f1fda
Author: Eric Schulte <[email protected]>
Date: Mon Mar 10 10:50:30 2014 -0600
README and install instructions mention GNU ELPA
* NOTES: Install instructions mention GNU ELPA.
* README: Mention usage in Cask, and also the ability to install through
the ELPA.
---
NOTES | 6 ++++--
README | 16 ++++++++++------
2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/NOTES b/NOTES
index e086b93..da96598 100644
--- a/NOTES
+++ b/NOTES
@@ -182,8 +182,10 @@ the full manual within Emacs, or view the HTML version at
[[http://eschulte.github.io/emacs-web-server/][emacs-web-server]].
** Installation and running a server
-Installation should be as easy as updating the load path, and
-requiring =web-server=. More complete instructions are below.
+Most easily installable through the GNU ELPA, run =M-x
+package-list-packages= select =web-server= and install. Alternately,
+install from the git repository at
+https://github.com/eschulte/emacs-web-server and update your the load.
1. Ensure that you have Emacs version 24 or greater installed.
diff --git a/README b/README
index 95acc0e..a888063 100644
--- a/README
+++ b/README
@@ -20,20 +20,24 @@ STATUS
USAGE
See the examples/ directory in this repository for examples
demonstrating usage. The Emacs web-server is also used to run a
- paste server [2] and serve editable Org-mode pages [3].
+ paste server [2], serve editable Org-mode pages [3] and serve
+ files for Cask [4].
[2] https://github.com/eschulte/el-sprunge
[3] https://github.com/eschulte/org-ehtml
+ [4] https://github.com/cask/cask
- The tutorials page [4] walks through usage scenarios including
- installing the Emacs web-server and running it behind a proxy.
+ Available from the GNU ELPA [5]. The tutorials page [6] walks
+ through usage scenarios including installing the Emacs web-server
+ and running it behind a proxy.
- [4] http://eschulte.github.io/emacs-web-server/tutorials/
+ [5] http://elpa.gnu.org/
+ [6] http://eschulte.github.io/emacs-web-server/tutorials/
Run `make check' to run the included test suite.
DOCUMENTATION
Run `make doc' to build the texinfo documentation, also available
- online [5].
+ online [6].
- [5] http://eschulte.github.io/emacs-web-server
+ [6] http://eschulte.github.io/emacs-web-server