modified typo in doc mainpage.md

fixed indentation
This commit is contained in:
Emmanuel Baccelli 2015-11-19 16:34:11 +01:00
parent 127495b1b2
commit e935ca4f57

View File

@ -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 clone git://github.com/RIOT-OS/RIOT.git # assumption: git is pre-installed
git checkout <LATEST_RELEASE> git checkout <LATEST_RELEASE>
cd RIOT cd RIOT
./dist/tools//tapsetup/tapsetup # create virtual Ethernet ./dist/tools/tapsetup/tapsetup # create virtual Ethernet
# interfaces to connect to RIOT # interfaces to connect to RIOT
cd examples/default/ cd examples/default/
make all make all