diff --git a/doc/doxygen/src/mainpage.md b/doc/doxygen/src/mainpage.md index 531fe12f7a..0a0c8da321 100644 --- a/doc/doxygen/src/mainpage.md +++ b/doc/doxygen/src/mainpage.md @@ -56,7 +56,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 git checkout cd RIOT -./dist/tools//tapsetup/tapsetup # create virtual Ethernet +./dist/tools/tapsetup/tapsetup # create virtual Ethernet # interfaces to connect to RIOT cd examples/default/ make all