diff --git a/examples/gnrc_networking/README.md b/examples/gnrc_networking/README.md index 5bb1d8df8edabcf6ff4d7a24a2f403a775fb3dd9..beed76ebea5ee5b0bf01a753e38184c85643ae50 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