1
0
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:
Alf Sebastian Houge 2022-08-30 13:13:25 +02:00
parent 57201e7521
commit 58dfe0315e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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