branch: elpa-admin
commit 210b02dcdcf285c5885f6b59cd8e588920f6f09d
Author: Eric Schulte <[email protected]>
Commit: Eric Schulte <[email protected]>
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.
---
README | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
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