-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from archigup/main
Update git clone URIs for repo
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ See the [Featured IoT Reference Integration page](https://www.freertos.org/featu | |
To clone using HTTPS: | ||
|
||
``` | ||
git clone https://github.com/FreeRTOS/iot-reference-esp32c3.git --recurse-submodules | ||
git clone https://github.com/FreeRTOS/iot-reference-esp32.git --recurse-submodules | ||
``` | ||
|
||
Using SSH: | ||
|
||
``` | ||
git clone [email protected]:FreeRTOS/iot-reference-esp32c3.git --recurse-submodules | ||
git clone [email protected]:FreeRTOS/iot-reference-esp32.git --recurse-submodules | ||
``` | ||
|
||
If you have downloaded the repo without using the --recurse-submodules argument, you should run: | ||
|