Skip to content

Commit fd2834a

Browse files
authored
Merge pull request #23 from bigjosh/master
Slight markdown change to allow the Board Manager URL to be selectable in the browser
2 parents 0bcdba8 + 8bafc41 commit fd2834a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@ Please check out the [Optiboot flasher example](https://github.com/MCUdude/MiniC
106106
This installation method requires Arduino IDE version 1.6.4 or greater.
107107
* Open the Arduino IDE.
108108
* Open the **File > Preferences** menu item.
109-
* Enter the following URL in **Additional Boards Manager URLs**: `https://mcudude.github.io/MiniCore/package_MCUdude_MiniCore_index.json`
109+
* Enter the following URL in **Additional Boards Manager URLs**:
110+
111+
```
112+
https://mcudude.github.io/MiniCore/package_MCUdude_MiniCore_index.json
113+
```
114+
110115
* Open the **Tools > Board > Boards Manager...** menu item.
111116
* Wait for the platform indexes to finish downloading.
112117
* Scroll down until you see the **MiniCore** entry and click on it.

0 commit comments

Comments
 (0)