Skip to content

Commit 542d07d

Browse files
authored
Update README.md
1 parent 527e62d commit 542d07d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,13 @@ There are two methods that you can use to install this BSP. We highly recommend
4343
* macOS : `~/Documents/Arduino`
4444
* Linux : `~/Arduino`
4545
* Windows: `~/Documents/Arduino`
46-
4. Create a folder named `hardware/Adafruit`, if it does not exist, and change directories to it
47-
5. Clone this repo & its submodules: `git clone --recurse-submodules https://github.com/adafruit/Adafruit_nRF52_Arduino.git`
46+
4. Create a folder named `hardware/adafruit`, if it does not exist, and change directories to it
47+
5. Clone this repo & its submodules:
48+
49+
```
50+
git clone --recurse-submodules https://github.com/adafruit/Adafruit_nRF52_Arduino.git
51+
```
52+
4853
6. Restart the Arduino IDE
4954
7. Once the BSP is installed, select 'Adafruit Bluefruit nRF52 Feather' from the Tools -> Board menu, which will update your system config to use the right compiler and settings for the nRF52.
5055

0 commit comments

Comments
 (0)