1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #4316 from emmanuelsearch/typo-mainpage-doc

doc: fixed typo in doc mainpage.md
This commit is contained in:
Hauke Petersen 2015-11-19 22:54:52 +01:00
commit cb586f3f47

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 checkout <LATEST_RELEASE>
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