From 8ae59381636477cc7222c4efc06d13005ba14ac1 Mon Sep 17 00:00:00 2001 From: William Robinet Date: Thu, 10 Aug 2023 17:03:54 +0200 Subject: [PATCH] Add comment for MacOS --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 43f299c..a9aaf5a 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ On FreeBSD (as root): pkg install git cmake ninja json-c libnet ``` +On MacOS (as root): +``` +brew install cmake ninja openssl@3 libpcap libnet json-c +``` + Compile & install: ``` git clone https://github.com/adulau/ssldump.git