Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f8bf05

Browse files
committed
Update README.md
Rearranged contents
1 parent aed75e8 commit 6f8bf05

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@
1414
* _Mac OS X_: Requires Java 6 to be installed. Available [here](https://support.apple.com/kb/DL1572?locale=en_US).
1515

1616
* Open Arduino
17-
* Arduino may not start properly if another version has been previously installed and the Preferences are incompatible. You can reset the Preferences by deleting the following directory:
18-
* _Windows_: %appdata%/Arduino15 (open File Explorer, enter %appdata% into the Address Bar and press Enter)
19-
* _Mac OS X_: ~/Library/Arduino15 (open Finder, and ```Go->Go to Folder```)
20-
* _Linux_: ~/.arduino15
21-
* Edit Preferences, and add http://rfduino.com/package_rfduino_index.json to Additional Board Manager URLs and save.
17+
* Edit Preferences, and add ```http://rfduino.com/package_rfduino_index.json``` to Additional Board Manager URLs and save.
2218
![preferences](preferences.png)
2319
* Open the Boards Manager under ```Tools->Board``` menu.
2420
* Select the RFduino package at the end of the list, and click Install to install it.
2521
* Your new board will now show up in the ```Tools->Board``` menu.
2622

2723
Select the board and port, and you're ready to go!
2824

25+
<strong>Note</strong>: Arduino may not start properly if another version has been previously installed and the Preferences are incompatible. You can reset the Preferences by deleting the following directory:
26+
* _Windows_: %appdata%/Arduino15 (open File Explorer, enter %appdata% into the Address Bar and press Enter)
27+
* _Mac OS X_: ~/Library/Arduino15 (open Finder, and ```Go->Go to Folder```)
28+
* _Linux_: ~/.arduino15
29+
2930
## Linux
3031

3132
```

0 commit comments

Comments
 (0)