From 269fcaab9afcda637956140948aaedc0d7d89599 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20T=C3=BCxen?= <tuexen@fh-muenster.de>
Date: Sat, 28 Apr 2018 09:18:58 +0200
Subject: [PATCH] Update README.md

---
 README.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f1423e47..366c4492 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,27 @@ A fork of [packetdrill](https://code.google.com/p/packetdrill/) which adds suppo
 * SCTP as specified in [RFC 4960](https://tools.ietf.org/html/rfc4960),  [RFC 4820](https://tools.ietf.org/html/rfc4820) and [RFC 7053](https://tools.ietf.org/html/rfc7053)
 
 and generic bugfixes, espcially several fixes required to get packetdrill working on FreeBSD.
+MacOS (El Capitan and higher) is also supported.
 
 ## Information
 There are some papers ([;login: October 2013](https://www.usenix.org/system/files/login/articles/10_cardwell-online.pdf), [USENIX ATC '13](https://www.usenix.org/system/files/conference/atc13/atc13-cardwell.pdf)) and a presentation ([ICCRG IETF87](https://www.ietf.org/proceedings/87/slides/slides-87-iccrg-1.pdf)) describing packetdrill.
 
 ## Installation
+### MacOS (El Capitan and higer)
+Download the sources, compile them and install the binary:
+```
+git clone https://github.com/nplab/packetdrill.git
+cd packetdrill/gtests/net/packetdrill/
+./configure
+make
+sudo cp packetdrill /usr/bin
+```
 ### Linux (Ubuntu)
 For installing the required packages run:
 ```
 sudo apt-get install make git libsctp-dev bison flex
 ```
-Then download the sources, compile them and install the files:
+Then download the sources, compile them and install the binary:
 ```
 git clone https://github.com/nplab/packetdrill.git
 cd packetdrill/gtests/net/packetdrill/
@@ -29,7 +39,7 @@ For installing the required packages run:
 ```
 sudo pkg install git bison
 ```
-Then download the sources, compile them and install the files:
+Then download the sources, compile them and install the binary:
 ```
 git clone https://github.com/nplab/packetdrill.git
 cd packetdrill/gtests/net/packetdrill/
-- 
GitLab