From cd0d8f64734ae974965041488f5fabb4026df586 Mon Sep 17 00:00:00 2001 From: Hans Date: Sat, 23 Jul 2016 00:30:05 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e62a3a863..23f681717 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,11 @@ Open Arduino IDE, and a new category in the boards menu called "MiniCore" will s #### Eclipse MiniCore works perfectly with Eclipse using the [Arduino Eclipse plugin](http://eclipse.baeyens.it) (formally Sloeber). If you're tired of Arduino IDEs limits but still want to stick with open source software; this is the way to go! * Download and install the latest version of Arduino Eclipse (Download the nighty build if you want support for aditional programmers) -* Open `Preferences` (Windows: Window -> Preferences, Mac: [App name] -> Preferences) -* Click the expand arrow next to the `Arduino` option in the preferences menu -* Click `Locations`, paste the board manager URL and hit the `Apply` button: `https://mcudude.github.io/MiniCore/package_MCUdude_MiniCore_index.json` -* Click the `Platform and Boards` menu option to the left and expand the `MiniCore` option. Select the latest version. -* Click the `OK` button. MiniCore is now installed! +* Open **Preferences** (Windows: Window -> Preferences, Mac: [App name] -> Preferences) +* Click the expand arrow next to the **Arduino** option in the preferences menu +* Click **Locations**, paste the board manager URL and hit the **Apply** button: `https://mcudude.github.io/MiniCore/package_MCUdude_MiniCore_index.json` +* Click the **Platform and Boards** menu option to the left and expand the **MiniCore** option. Select the latest version. +* Click the **OK** button. MiniCore is now installed!

Make sure to select the MiniCore boards.txt file when you create a new sketch.