From 1997f5307f4b6aeaffca130376bcbd14217dfec6 Mon Sep 17 00:00:00 2001 From: Nicolas Kosinski Date: Fri, 30 Aug 2024 06:37:11 +0200 Subject: [PATCH] chore(docs): mention MacPorts install in README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a6c0eea3c..57ba948e5 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,18 @@ zypper in lychee ### macOS +Via [Homebrew](https://brew.sh): + ```sh brew install lychee ``` +Via [MacPorts](https://www.macports.org): + +```sh +sudo port install lychee +``` + ### Docker ```sh