diff --git a/README.md b/README.md index 31027dd..1257a7e 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,12 @@ make clean -j 5. The Sloeber plugin build mangement system will parse the arduino folder and all contained subfolders for source files. If you want to exclude source files from the build (for example, to exclude the arduino\_core, Sloeber will take care to include the core files via its integrated board manager!), right click on that folder in the tree view on the left, go to Resource Configureation and configure Exclude from Build. -6. Set up the plugin for the used board and install all required libraries. First, install all required board libraries by going to Arduino → Preferences and using the options Library Manager and Platform and Boards. -It is necessary to install the `arduino-timer` library by searching for timer in the Library Manager. It -is recommended to install the Arduino AVR Boards and the Arduino megaAVR Boards in the Platforms and Boards manager. It is also necessary to go to Arduino → Preferences → Add a library to the selected project and then adding the `arduino-timer` and `SPI` library there. +6. Set up the plugin for the used board and install all required libraries. + + - Install all required board libraries by going to Arduino → Preferences and using the options Library Manager and Platform and Boards. + - It is necessary to install the `arduino-timer` library by searching for timer in the Library Manager. + - It is recommended to install the Arduino AVR Boards and the Arduino megaAVR Boards in the Platforms and Boards manager. + - It is also necessary to go to Arduino → Preferences → Add a library to the selected project and then adding the `arduino-timer` and `SPI` library there. ### Build and flash instructions