Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
Update to Board Manager URL to new branch naming convention (e.g. `master` to `main` ), similar to the pull request changes that were committed in the SparkFun Arduino Boards repo => sparkfun/Arduino_Boards#91 (comment) .

No need to update the version number for the Arduino Apollo3 Core since these changes are just in the README.md.
  • Loading branch information
bboyho authored Oct 19, 2021
1 parent 8969c06 commit 1c4031b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ An mbed-os enabled Arduino core for Ambiq Apollo3 based boards
## Installation
### **Arduino Boards Manager** (recommended)
- Copy / paste the JSON package URL into the 'Additional Boards Manager URLs' field in Arduino preferences
```https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json```
[https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json](https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json)
```https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json```
[https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json](https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json)
- Open 'Boards Manager' and select 'SparkFun Apollo3 Boards' - install the latest version

### **Git** (development)
Expand Down

0 comments on commit 1c4031b

Please sign in to comment.