Skip to content

Commit 8494f34

Browse files
authored
ArduinoBootstrapper is now ready for the main public registry
1 parent 7450206 commit 8494f34

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,16 @@ class BootstrapManager {
8181
8282
## 2) Import those utilities to your existing project
8383
You 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`
8788
lib_deps = arduino_bootstrapper
8889
```
90+
```
91+
// For ArduinoIDE
92+
Simply import the ArduinoBootstrapper library from the library manager
93+
```
8994
2) Import via git submodules (faster updates to latest releases)
9095
```
9196
git submodule add https://github.com/sblantipodi/arduino_bootstrapper.git arduino_bootstrapper

0 commit comments

Comments
 (0)