From d6299f2b2b5fac02f398fc383957e9763c182615 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Fri, 6 Mar 2026 23:15:04 +0100 Subject: [PATCH] Add installation instructions for MacPorts users --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fb517d90d..34c05edd2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ The easiest way to install Binwalk and all dependencies is to [build a Docker im Binwalk can also be [installed](https://github.com/ReFirmLabs/binwalk/wiki/Cargo-Installation) via the Rust package manager. +Users of the [MacPorts](https://www.macports.org) package manager for macOS can run `sudo port install binwalk` to install Binwalk on macOS. + Or, you can [compile from source](https://github.com/ReFirmLabs/binwalk/wiki/Compile-From-Source)! ## How do I use it?