Skip to content

Commit

Permalink
ArduinoBootstrapper is now ready for the main public registry
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi authored May 16, 2020
1 parent 7450206 commit 8494f34
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,16 @@ class BootstrapManager {
## 2) Import those utilities to your existing project
You can import `Arduino Bootstrapper` into your existing projects in two way:
1) Import via PlatformIO Library Registry (easyest way to import)
Add `lib_deps` to your `platformio.ini`
1) Import via public registries (easyest way to import)
```
// For PlatformIO
Add `lib_deps` to your `platformio.ini`
lib_deps = arduino_bootstrapper
```
```
// For ArduinoIDE
Simply import the ArduinoBootstrapper library from the library manager
```
2) Import via git submodules (faster updates to latest releases)
```
git submodule add https://github.com/sblantipodi/arduino_bootstrapper.git arduino_bootstrapper
Expand Down

0 comments on commit 8494f34

Please sign in to comment.