From d83ea8ab7b4e7f0820f628ef3f4cc20607d45aad Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Sat, 20 Oct 2012 08:35:42 +0200 Subject: [PATCH] Add installation instructions. --- README.md | 8 ++++++++ readme-template.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index b7245ac..9007dde 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ The startings of a modern list api for Emacs that does not require 'cl. +## Installation + +It's available on [marmalade](http://marmalade-repo.org/): + + M-x package-install bang + +Or you can just dump `bang.el` in your load path somewhere. + ## Functions * [!map](#map-fn-list) `(fn list)` diff --git a/readme-template.md b/readme-template.md index d617a05..c86c68b 100644 --- a/readme-template.md +++ b/readme-template.md @@ -2,6 +2,14 @@ The startings of a modern list api for Emacs that does not require 'cl. +## Installation + +It's available on [marmalade](http://marmalade-repo.org/): + + M-x package-install bang + +Or you can just dump `bang.el` in your load path somewhere. + ## Functions [[ function-list ]]