From dd1c32c0116ddc9bc8f46f3d8aad4fd8547804d9 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Thu, 25 Oct 2018 19:22:03 +0200 Subject: [PATCH] examples/gnrc_networking/README.md: add make reminder --- examples/gnrc_networking/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/gnrc_networking/README.md b/examples/gnrc_networking/README.md index 5bb1d8df8e..beed76ebea 100644 --- a/examples/gnrc_networking/README.md +++ b/examples/gnrc_networking/README.md @@ -18,7 +18,9 @@ some packets to arrive at the application (they will however show up in Wireshar which can be confusing). So be sure to adjust your firewall rules, or turn it off (who needs security anyway). -First, create a tap interface: +First, make sure you've compiled the application by calling `make`. + +Now, create a tap interface: sudo ip tuntap add tap0 mode tap user ${USER} sudo ip link set tap0 up