Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading