diff options
| author | Teddy Wing | 2021-09-07 20:17:50 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-09-07 20:17:50 +0200 |
| commit | 419f4cdec4c13c62c8c365a24ee5c59b59c66fdd (patch) | |
| tree | 98f16a803a9a1b91cb7329c0d35faed67a0cdace /README.md | |
| parent | 4b6101765c326b51cc36018f3eb1e0c76fb23450 (diff) | |
| download | readline-incdec-419f4cdec4c13c62c8c365a24ee5c59b59c66fdd.tar.bz2 | |
README: Add installation instructions for MacPorts
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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). |
