Skip to content

Commit

Permalink
Changed repository clone path to avoid shadowing
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Jan 13, 2021
1 parent b86aaa7 commit d167c80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ The repository contains the Arduino APIs and IDE integration files targeting a g

## Installation

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

```bash
mkdir -p $sketchbook/hardware/arduino
cd $sketchbook/hardware/arduino
mkdir -p $sketchbook/hardware/arduino-git
cd $sketchbook/hardware/arduino-git
git clone git@github.com:arduino/ArduinoCore-mbed mbed
```

Expand Down

0 comments on commit d167c80

Please sign in to comment.