From 4c9a239b65203b0b1e25c77faa7a520a82f52e5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20T=C3=BCxen?= <tuexen@fh-muenster.de>
Date: Sun, 25 Sep 2016 22:22:36 +0200
Subject: [PATCH] Update README.md

---
 README.md | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e0bd2768..12702b06 100644
--- a/README.md
+++ b/README.md
@@ -25,16 +25,25 @@ sudo cp packetdrill /usr/bin
 ### FreeBSD
 For installing the required packages run:
 ```
-sudo pkg install ???
+sudo pkg install git bison
 ```
 Then download the sources, compile them and install the files:
 ```
 git clone https://github.com/nplab/packetdrill.git
 cd packetdrill/gtests/net/packetdrill/
 ./configure
-gmake
+make
 sudo cp packetdrill /usr/local/bin
 ```
+To be able to run packetdrill in combination with `sudo` run
+```
+sudo sysctl -w vm.old_mlock=1
+```
+or add
+```
+vm.old_mlock=1
+```
+to `/etc/sysctl.conf` and reboot.
 ##  Continous Integration
 The status of continous integration testing is available from [grid](http://212.201.121.110:38010/grid) and [waterfall](http://212.201.121.110:38010/waterfall).
 If you are only interested in a single branch, just append `?branch=BRANCHNAME` to the URL, for example [waterfall](http://212.201.121.110:38010/waterfall?branch=master).
-- 
GitLab