From 419f4cdec4c13c62c8c365a24ee5c59b59c66fdd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 7 Sep 2021 20:17:50 +0200 Subject: README: Add installation instructions for MacPorts --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f12e880..986e195 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ Mac OS X users can install with Homebrew: $ brew install teddywing/formulae/readline-incdec +Or with MacPorts, after [adding a custom repository source][teddywing ports +repository]: + + $ sudo port install readline-incdec + On other platforms, download the `incdec.bash` and, if desired, `incdec-bindings.bash` files. @@ -45,6 +50,9 @@ bindings for `C-x -` and `C-x +`: bind -x '"\C-x+": __readline_incdec_increment' +[teddywing ports repository]: https://github.com/teddywing/macports-ports#adding-this-repository-source + + ## License Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included COPYING file). -- cgit v1.2.3