From 9cfccbd69256ac008582ff1a2e1f7edf367bece0 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 22 Sep 2021 02:26:52 -0700 Subject: [PATCH] Update install instructions to reflect symlink removal The symlink in the core library targeting ArduinoCore-API has been removed, which means it's no long necessary to remove the symlink when installing the Arduino Mbed OS Boards platform manually. The instructions still mentioned the obsolete symlink removal step, which might result in confusion for the reader. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37fa0434..b241b8b9f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ git clone git@github.com:arduino/ArduinoCore-API ### Update the `api` symlink -Remove the symlink to `api` in `$sketchbook/hardware/arduino/mbed/cores/arduino` and replace it with a symlink to `ArduinoCore-API/api`. +Create a symlink to `ArduinoCore-API/api` in `$sketchbook/hardware/arduino/mbed/cores/arduino`. ### Test things out