mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Change git clone protocol to https in docs
This commit is contained in:
parent
57201e7521
commit
58dfe0315e
@ -15,7 +15,7 @@ In order to clone the RIOT repository, you need the
|
||||
command:
|
||||
|
||||
~~~~~~~~ {.sh}
|
||||
git clone git://github.com/RIOT-OS/RIOT.git
|
||||
git clone https://github.com/RIOT-OS/RIOT.git
|
||||
~~~~~~~~
|
||||
|
||||
Compiling RIOT {#compiling-riot}
|
||||
|
@ -54,7 +54,7 @@ IoT-lab), and also directly as a process on your Linux/FreeBSD/macOS machine (we
|
||||
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 clone https://github.com/RIOT-OS/RIOT.git # assumption: git is pre-installed
|
||||
cd RIOT
|
||||
git checkout <LATEST_RELEASE>
|
||||
sudo ./dist/tools/tapsetup/tapsetup # create virtual Ethernet
|
||||
|
Loading…
Reference in New Issue
Block a user