mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
doc: fix quick guide command order
git checkout can only work if you've already changed to RIOT folder.
This commit is contained in:
parent
9657274d0d
commit
b5527911f1
@ -55,8 +55,8 @@ call this the `native` port). Try it right now in your terminal window:
|
|||||||
|
|
||||||
~~~~~~~{.sh}
|
~~~~~~~{.sh}
|
||||||
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>
|
|
||||||
cd RIOT
|
cd RIOT
|
||||||
|
git checkout <LATEST_RELEASE>
|
||||||
./dist/tools/tapsetup/tapsetup # create virtual Ethernet
|
./dist/tools/tapsetup/tapsetup # create virtual Ethernet
|
||||||
# interfaces to connect multiple
|
# interfaces to connect multiple
|
||||||
# RIOT instances
|
# RIOT instances
|
||||||
|
Loading…
Reference in New Issue
Block a user