diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c67006b..7ec72a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Version 1.2.2.dev0 +- Distribution now available via MacPorts [[PR42](https://github.com/ewels/rich-click/pull/42)] - Add typing information [[PR39](https://github.com/ewels/rich-click/pull/39)] - Refactor RichCommand and RichGroup out of rich_click [[PR38](https://github.com/ewels/rich-click/pull/39)] - Change metavar overflow to `fold`, so that large numbers of choices flow onto new lines instead of being truncated with an ellipsis [[#33](https://github.com/ewels/rich-click/issues/33)] diff --git a/README.md b/README.md index c9f1654c..e6c4155c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ Just set up conda to use conda-forge (see [docs](https://conda-forge.org/docs/us conda install rich-click ``` +Users on macOS can install `rich-click` via [MacPorts](https://ports.macports.org/port/py-rich-click/). + +```bash +sudo port install py-rich-click +``` + ## Usage ### Import as click