mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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}
|
||||
git clone git://github.com/RIOT-OS/RIOT.git # assumption: git is pre-installed
|
||||
git checkout <LATEST_RELEASE>
|
||||
cd RIOT
|
||||
git checkout <LATEST_RELEASE>
|
||||
./dist/tools/tapsetup/tapsetup # create virtual Ethernet
|
||||
# interfaces to connect multiple
|
||||
# RIOT instances
|
||||
|
Loading…
Reference in New Issue
Block a user