Skip to content

Commit

Permalink
Merge pull request #111 from archigup/main
Browse files Browse the repository at this point in the history
Update git clone URIs for repo
  • Loading branch information
jasonpcarroll authored Oct 11, 2024
2 parents fca362f + ec662ac commit 0961270
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0961270

Please sign in to comment.