From 01242e75b851bab4533d0cba7e6a8642a968be9b Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Sun, 17 Nov 2024 11:08:42 +0800 Subject: [PATCH] README: add macOS install option via MacPorts --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 21f9bb6..8db0914 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ You can install Rich-CLI with [Homebrew](https://brew.sh/). brew install rich ``` +Or with [MacPorts](https://macports.org/). + +``` +sudo port install rich-cli +``` + ### Universal Rich-CLI may be installed as a Python package, either using `pip`: