From c23cfa7d1ed48f6c9c0d793e747e5c61f2a2285c Mon Sep 17 00:00:00 2001 From: Karl-Michael Schindler Date: Sun, 28 Jun 2026 13:51:06 +0200 Subject: [PATCH] Clarify macOS installation instructions --- docs/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ca2d916..1be0637 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,7 +43,13 @@ The easiest way to install `mc` is to use your system package manager: # pkg_add mc ``` -=== "macOS" +=== "macOS MacPorts" + + ``` + % sudo port install mc + ``` + +=== "macOS Homebrew" ``` % brew install midnight-commander