Skip to content
Snippets Groups Projects
Commit b5527911 authored by Yegor Yefremov's avatar Yegor Yefremov
Browse files

doc: fix quick guide command order

git checkout can only work if you've already changed to RIOT folder.
parent 9657274d
No related branches found
No related tags found
No related merge requests found
...@@ -55,8 +55,8 @@ call this the `native` port). Try it right now in your terminal window: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment