From 686d84247feca2a355ce1a4b84bf8d40a86de365 Mon Sep 17 00:00:00 2001 From: jmole Date: Sat, 18 Mar 2023 11:51:50 -0700 Subject: [PATCH] Update README with new clone URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 381bad637..3ac718ab3 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,18 @@ The repository contains the Arduino APIs and IDE integration files targeting a g ```bash mkdir -p $sketchbook/hardware/arduino-git cd $sketchbook/hardware/arduino-git -git clone git@github.com:arduino/ArduinoCore-mbed mbed +git clone https://github.com/arduino/ArduinoCore-mbed.git mbed ``` ### Clone https://github.com/arduino/ArduinoCore-API into a directory of your choice. ```bash -git clone git@github.com:arduino/ArduinoCore-API +git clone https://github.com/arduino/ArduinoCore-API ``` ### Update the `api` symlink -Create a symlink to `ArduinoCore-API/api` in `$sketchbook/hardware/arduino-git/mbed/cores/arduino`. +Create a symlink to the `ArduinoCore-API/api` folder from the cloned repo in `$sketchbook/hardware/arduino-git/mbed/cores/arduino`. ### Test things out