From e935ca4f573de296defe3f3d8b235f888004acf2 Mon Sep 17 00:00:00 2001 From: Emmanuel Baccelli Date: Thu, 19 Nov 2015 16:34:11 +0100 Subject: [PATCH] modified typo in doc mainpage.md fixed indentation --- 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 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