Skip to content

Commit 9cfccbd

Browse files
authored
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.
1 parent a1ebc12 commit 9cfccbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git clone [email protected]:arduino/ArduinoCore-API
2020

2121
### Update the `api` symlink
2222

23-
Remove the symlink to `api` in `$sketchbook/hardware/arduino/mbed/cores/arduino` and replace it with a symlink to `ArduinoCore-API/api`.
23+
Create a symlink to `ArduinoCore-API/api` in `$sketchbook/hardware/arduino/mbed/cores/arduino`.
2424

2525
### Test things out
2626

0 commit comments

Comments
 (0)