From 748f899a983bc7c34e6aaa6e31fcaf021974dc0a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 6 Sep 2021 22:42:41 -0500 Subject: [PATCH] Update README with install information --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 13eb896..83e6990 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,21 @@ And here it is using this macro: Much easier, in this author's humble opinion. +## Install + +This package is not currently on MELPA or anywhere, so either `git clone` this +repo and add it to your `load-path` and `require` it, or use some other +installation method. + +I use `straight.el`: + +```lisp +(straight-get-package + '(define-repeat-map + :host nil + :repo "https://tildegit.org/acdw/define-repeat-map.el")) +``` + ## Similar packages I've found one other package that tries to simplify repeat-map definition, but