1
0
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:
Yegor Yefremov 2018-05-25 12:12:37 +02:00
parent 9657274d0d
commit b5527911f1

View File

@ -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