Skip to content

Commit d167c80

Browse files
committed
Changed repository clone path to avoid shadowing
1 parent b86aaa7 commit d167c80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ The repository contains the Arduino APIs and IDE integration files targeting a g
44

55
## Installation
66

7-
Clone the repository in `$sketchbook/hardware/arduino`
7+
Clone the repository in `$sketchbook/hardware/arduino-git`
88

99
```bash
10-
mkdir -p $sketchbook/hardware/arduino
11-
cd $sketchbook/hardware/arduino
10+
mkdir -p $sketchbook/hardware/arduino-git
11+
cd $sketchbook/hardware/arduino-git
1212
git clone [email protected]:arduino/ArduinoCore-mbed mbed
1313
```
1414

0 commit comments

Comments
 (0)