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 ]]