File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,16 @@ class BootstrapManager {
8181
8282## 2) Import those utilities to your existing project
8383You can import `Arduino Bootstrapper` into your existing projects in two way:
84- 1) Import via PlatformIO Library Registry (easyest way to import)
85- Add `lib_deps` to your `platformio.ini`
84+ 1) Import via public registries (easyest way to import)
8685```
86+ // For PlatformIO
87+ Add ` lib_deps ` to your ` platformio.ini `
8788lib_deps = arduino_bootstrapper
8889```
90+ ```
91+ // For ArduinoIDE
92+ Simply import the ArduinoBootstrapper library from the library manager
93+ ```
89942) Import via git submodules (faster updates to latest releases)
9095```
9196git submodule add https://github.com/sblantipodi/arduino_bootstrapper.git arduino_bootstrapper
You can’t perform that action at this time.
0 commit comments