From 38f76f951d7103c88b48652085a494be753491e0 Mon Sep 17 00:00:00 2001 From: "Martine S. Lenders" Date: Tue, 23 Jul 2019 13:31:16 +0200 Subject: [PATCH] doc: adapt doc on tapsetup for new sudo requirement --- doc/doxygen/src/mainpage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/mainpage.md b/doc/doxygen/src/mainpage.md index 7f8de24488..543d98ba95 100644 --- a/doc/doxygen/src/mainpage.md +++ b/doc/doxygen/src/mainpage.md @@ -62,7 +62,7 @@ call this the `native` port). Try it right now in your terminal window: git clone git://github.com/RIOT-OS/RIOT.git # assumption: git is pre-installed cd RIOT git checkout -./dist/tools/tapsetup/tapsetup # create virtual Ethernet +sudo ./dist/tools/tapsetup/tapsetup # create virtual Ethernet # interfaces to connect multiple # RIOT instances cd examples/default/